diff options
Diffstat (limited to 'AndroidManifest.xml')
-rwxr-xr-x | AndroidManifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 38dd575..6177da4 100755 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -23,7 +23,7 @@ <permission android:name="com.android.nfc.permission.NFCEE_ADMIN" android:label="@string/permlab_nfcAdmin" android:description="@string/permdesc_nfcAdmin" - android:protectionLevel="signature" + android:protectionLevel="dangerous" /> <application android:name="com.android.nfc.NfcService" |