summaryrefslogtreecommitdiff
path: root/doc/bugs/android_4.2.1__44___galaxy_nexus_java.lang.SecurityException.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-04-19 13:46:11 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-04-19 13:55:29 -0400
commitdbfc00e2a6ad99200da35f75f889174cd7bfd195 (patch)
tree9d8a9d1353ab10376183c1bda881fface04b6fcb /doc/bugs/android_4.2.1__44___galaxy_nexus_java.lang.SecurityException.mdwn
parent41b7950285ef1e91b80c441c2be68a1ef4d0d27c (diff)
remove old closed bugs and todo items to speed up wiki updates and reduce size
Remove closed bugs and todos that were last edited or commented before Q3 2015. Command line used: for f in $(grep -l '\[\[done\]\]' -- *.mdwn); do d="$(echo "$f" | sed 's/.mdwn$//')"; if [ -z "$(git log --since=09-09-2015 --pretty=oneline -- "$f")" -a -z "$(git log --since=09-09-2015 --pretty=oneline -- "$d")" ]; then git rm -- "$f"; git rm -rf "$d"; fi; done for f in $(grep -l '|done\]\]' -- *.mdwn); do d="$(echo "$f" | sed 's/.mdwn$//')"; if [ -z "$(git log --since=09-09-2015 --pretty=oneline -- "$f")" -a -z "$(git log --since=09-09-2015 --pretty=oneline -- "$d")" ]; then git rm -- "$f"; git rm -rf "$d"; fi; done
Diffstat (limited to 'doc/bugs/android_4.2.1__44___galaxy_nexus_java.lang.SecurityException.mdwn')
-rw-r--r--doc/bugs/android_4.2.1__44___galaxy_nexus_java.lang.SecurityException.mdwn41
1 files changed, 0 insertions, 41 deletions
diff --git a/doc/bugs/android_4.2.1__44___galaxy_nexus_java.lang.SecurityException.mdwn b/doc/bugs/android_4.2.1__44___galaxy_nexus_java.lang.SecurityException.mdwn
deleted file mode 100644
index e5f1873f0..000000000
--- a/doc/bugs/android_4.2.1__44___galaxy_nexus_java.lang.SecurityException.mdwn
+++ /dev/null
@@ -1,41 +0,0 @@
-### Please describe the problem.
-The app fails to open after the install
-
-### What steps will reproduce the problem?
-Downloaded, installed, chose open.
-
-### What version of git-annex are you using? On what operating system?
-today's version. android 4.2.1
-
-### Please provide any additional information below.
-
-I also sent this by email.
-
-Falling back to hardcoded app location; cannot find expected files in /data/app-lib
-git annex webapp
-u0_a72@android:/sdcard/git-annex.home $ git annex webapp
-Launching web browser on http://127.0.0.1:48812/?auth=cf45448c3690730f05f1a9567e62c6a3cf8d25c43ed14362c8ae78601de0e96d32d2b02923ba95962e80c9bd8ffab621918dd582741f18160f6e2565af61aba5
-Starting: Intent { act=android.intent.action.VIEW dat=http://127.0.0.1:48812/?auth=cf45448c3690730f05f1a9567e62c6a3cf8d25c43ed14362c8ae78601de0e96d32d2b02923ba95962e80c9bd8ffab621918dd582741f18160f6e2565af61aba5 }
-java.lang.SecurityException: Permission Denial: startActivity asks to run as user -2 but is calling from user 0; this requires android.permission.INTERACT_ACROSS_USERS_FULL
- at android.os.Parcel.readException(Parcel.java:1425)
- at android.os.Parcel.readException(Parcel.java:1379)
- at android.app.ActivityManagerProxy.startActivityAsUser(ActivityManagerNative.java:1906)
- at com.android.commands.am.Am.runStart(Am.java:494)
- at com.android.commands.am.Am.run(Am.java:109)
- at com.android.commands.am.Am.main(Am.java:82)
- at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method)
- at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:235)
- at dalvik.system.NativeStart.main(Native Method)
-failed to start web browser
-
-[[!format sh """
-# If you can, paste a complete transcript of the problem occurring here.
-# If the problem is with the git-annex assistant, paste in .git/annex/debug.log
-
-
-# End of transcript or log.
-"""]]
-
-This is a duplicate of [[Android_app_permission_denial_on_startup]]
-
-[[closing|done]] as dup. --[[Joey]]