summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xAndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index e834d82..18f1cca 100755
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -3,6 +3,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.se"
android:sharedUserId="android.uid.se">
+ <uses-permission android:name="android.permission.QUERY_ALL_PACKAGES"/>
<application android:name=".SEApplication"
android:label="SecureElementApplication"
android:persistent="true"