From 64cf0dd765dc11058a02024032784a9f2eb494b5 Mon Sep 17 00:00:00 2001 From: Antoine Cellerier Date: Wed, 9 Mar 2011 18:04:05 +0000 Subject: Looks like Android 2.3 is more strict when enforcing permissions. Explicitly declare allowed intents under the Service tag in AndroidManifest.xml. Remove useless rockbox intent class. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29552 a1c6a512-1295-4272-9138-f99709370657 --- android/AndroidManifest.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'android/AndroidManifest.xml') diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index d8264da..faf404f 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -19,7 +19,12 @@ - + + + + + +