Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
edaniels committed Apr 9, 2024
1 parent a189024 commit b1aebaf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion android/module-plugin/src/main/resources/mod-in-process.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ intentURI="$intentURI;end"
# When passing nothing before or even the same UID as the Viam APK, this would fail with
# a tautological message. -2 did not help. -3 allowed this new process (in the shell) to
# execute as the self user from a user process. I assume user process is some other pid
# that is not the app itself.
# that is not the app itself. Also, the "current" option is -2 and I found no human readable
# option that is for -3.
am broadcast --user -3 "$intentURI"

while [ ! -f $proc_file ]; do sleep 0.1; done
Expand Down

0 comments on commit b1aebaf

Please sign in to comment.