summaryrefslogtreecommitdiffstats
path: root/res
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 /res
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 'res')
-rwxr-xr-xres/values/strings.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index ceb2128..0963dc7 100755
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -2,13 +2,6 @@
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name">Nfc Service</string>
<string name="nfcUserLabel">Nfc</string>
-
- <!-- The label for the NFC admin permission -->
- <string name="permlab_nfcAdmin">control Near Field Communication secure hardware</string>
-
- <!-- The description for the NFC admin permission -->
- <string name="permdesc_nfcAdmin">Allows this application to control the secure hardware used with Near Field Communication,
- for example, to modify payment credentials.</string>
<!-- A notification description string informing the user that contact details were received over NFC [CHAR-LIMIT=64] -->
<string name="inbound_me_profile_title">Contact received over NFC</string>