summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorJeff Hamilton <jham@android.com>2011-10-25 15:25:42 -0500
committerNick Pelly <npelly@google.com>2011-11-11 10:20:09 -0800
commitc05387ef4e6d6d024b03254e7e2ea5ad001cf2d2 (patch)
treee08b579b12f9e6f3eb480c4dba5055c85b82c340 /AndroidManifest.xml
parent133d5fee801140801c45c3888f60d6db0dcdb7fd (diff)
downloadpackages_apps_nfc-c05387ef4e6d6d024b03254e7e2ea5ad001cf2d2.zip
packages_apps_nfc-c05387ef4e6d6d024b03254e7e2ea5ad001cf2d2.tar.gz
packages_apps_nfc-c05387ef4e6d6d024b03254e7e2ea5ad001cf2d2.tar.bz2
Implement static white-list access control for NFC-EE.
NFC service now has a build time array of package signatures and package names that are allowed access to the NFCEE, removing the shared certificate requirement. See sample_nfcee_access.xml for the XML format. Bug: 4515759 Change-Id: Ibf03e259137f2f4247ec5d31fb88b1090b013d32
Diffstat (limited to 'AndroidManifest.xml')
-rwxr-xr-xAndroidManifest.xml2
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"