Added a comment
This commit is contained in:
parent
50911c1a6d
commit
4bcadd93bd
1 changed files with 14 additions and 0 deletions
|
@ -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.
|
||||
"""]]
|
Loading…
Add table
Add a link
Reference in a new issue