diff options
author | Jack Yu <jackcwyu@google.com> | 2020-05-25 09:20:53 +0000 |
---|---|---|
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2020-05-25 09:20:53 +0000 |
commit | ee6ff13512386265a18ba1a41b1383c05e142fe8 (patch) | |
tree | 00e0bae062d7d65f5775bcfcb28864216ff0e9cd | |
parent | f9cab4f6d09edad4c96ff19cec17bdaedf1f1531 (diff) | |
parent | 904263bc38dd5e72d63e237285f5e9f24c64f995 (diff) |
Fix ActivityNotFoundException am: b8b2823edd am: 904263bc38
Change-Id: I44a6d6666afb7f53d9c829cd76756261d3f0e262
-rwxr-xr-x | AndroidManifest.xml | 1 |
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" |