summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRubin Xu <rubinxu@google.com>2015-06-19 20:35:48 +0100
committerRubin Xu <rubinxu@google.com>2015-06-19 20:35:48 +0100
commita772e9a83cf5a1f321c909a9b8aed2a226decae0 (patch)
treec6aa9f388948ba4b90c6ff086aaad23123444bfc
parent5697d20844cf52e71aa9125ac1fbfc9436bd8ed5 (diff)
downloadandroid_packages_apps_Nfc-a772e9a83cf5a1f321c909a9b8aed2a226decae0.tar.gz
android_packages_apps_Nfc-a772e9a83cf5a1f321c909a9b8aed2a226decae0.tar.bz2
android_packages_apps_Nfc-a772e9a83cf5a1f321c909a9b8aed2a226decae0.zip
New permission in Nfc stack to allow client validation.
This is to allow clients to enforce that a NFC message is dispatched to them from the Nfc stack, rather than from some arbitrary apps. Bug: 19838376 Change-Id: Ifbc0379b8aecd330bbd2519c4de4dfc22e1a3247
-rwxr-xr-xAndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 55a5ff9b..1cb5e5a4 100755
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -51,6 +51,7 @@
<uses-permission android:name="android.permission.NFC_HANDOVER_STATUS" />
<uses-permission android:name="android.permission.LOCAL_MAC_ADDRESS" />
<uses-permission android:name="com.android.permission.WHITELIST_BLUETOOTH_DEVICE" />
+ <uses-permission android:name="android.permission.DISPATCH_NFC_MESSAGE" />
<application android:name=".NfcApplication"
android:icon="@drawable/icon"
android:label="@string/app_name"