diff options
author | http://joeyh.name/ <joey@web> | 2013-05-03 22:44:36 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-05-03 22:44:36 +0000 |
commit | 71906f6d131ec2f566603a41cdc47edacca639e6 (patch) | |
tree | 262444764232dc975d1c2b2ea0b61132b4d248eb /doc/bugs | |
parent | c27896dfdd7c9da4f7027c80b491e2c9435e2a01 (diff) |
Added a comment
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/Android_app_permission_denial_on_startup/comment_1_ddf5761bf14de30ac97030ad338601ae._comment | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/bugs/Android_app_permission_denial_on_startup/comment_1_ddf5761bf14de30ac97030ad338601ae._comment b/doc/bugs/Android_app_permission_denial_on_startup/comment_1_ddf5761bf14de30ac97030ad338601ae._comment new file mode 100644 index 000000000..0f72b661e --- /dev/null +++ b/doc/bugs/Android_app_permission_denial_on_startup/comment_1_ddf5761bf14de30ac97030ad338601ae._comment @@ -0,0 +1,14 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + nickname="joey" + subject="comment 1" + date="2013-05-03T22:44:36Z" + content=""" +> startActivity asks to run as user -2 but is calling from user 0; this requires android.permission.INTERACT_ACROSS_USERS_FULL + +The webapp continues running despite this, so you can certainly work around this by copying and pasting the displayed url into the web browser. + +<http://stackoverflow.com/questions/14744578/how-could-a-root-app-call-apis-with-signature-level-protected-permission> + +Based on this post, I cannot simply modify the app to request this permission. I don't know why your Android is requiring this permission, which AFAICS is supposed to be used to switch which user is logged in, when I'm merely trying to open a web browser. You might try closing any web browser you have open and see if that avoids the problem. +"""]] |