summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Yu <jackcwyu@google.com>2020-05-25 09:03:40 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-05-25 09:03:40 +0000
commit904263bc38dd5e72d63e237285f5e9f24c64f995 (patch)
tree00e0bae062d7d65f5775bcfcb28864216ff0e9cd
parent685c72767bdf62ad48f5ca7bf9a80a87fd2967f8 (diff)
parentb8b2823edddd8275c1d154714f7965bbedfa1adb (diff)
downloadSecureElement-904263bc38dd5e72d63e237285f5e9f24c64f995.tar.gz
Fix ActivityNotFoundException am: b8b2823edd
Change-Id: If34ad6817f28a5c7d730c821400b2ac46066867c
-rwxr-xr-xAndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 846db3a..a26b112 100755
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -2,6 +2,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"