diff options
author | 2024-01-19 22:43:00 +0000 | |
---|---|---|
committer | 2024-01-19 22:43:00 +0000 | |
commit | 276939172e941833d039d8f7874b22ddf13a7c47 (patch) | |
tree | 5afe8d68265ec118515d1083bc5eb55530655d2c | |
parent | 7a125332edfeb65db2f0cfff451f0ed9ff4bc47f (diff) | |
parent | 2b01f45ec8f71101a3d87f5961241bc31154214d (diff) |
Merge "cts: Allow BIND_NFC_SERVICE permission for NFC module" into main
-rw-r--r-- | tests/cts/permissionpolicy/res/raw/android_manifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cts/permissionpolicy/res/raw/android_manifest.xml b/tests/cts/permissionpolicy/res/raw/android_manifest.xml index d9154a7e4..ea325c553 100644 --- a/tests/cts/permissionpolicy/res/raw/android_manifest.xml +++ b/tests/cts/permissionpolicy/res/raw/android_manifest.xml @@ -4800,7 +4800,7 @@ <p>Protection level: signature --> <permission android:name="android.permission.BIND_NFC_SERVICE" - android:protectionLevel="signature" /> + android:protectionLevel="signature|module" /> <!-- Must be required by a {@link android.service.quickaccesswallet.QuickAccessWalletService} to ensure that only the system can bind to it. |