summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartijn Coenen <maco@google.com>2013-10-23 10:43:16 -0700
committerThe Android Automerger <android-build@android.com>2013-10-28 20:04:15 -0700
commitcf1805f8547328dbbc1e879d25f45947227b33aa (patch)
treee79e272daa572111949a7a60dae50a83f661912d
parent8d11e493cf77c96721b724625f2c19be6168a82c (diff)
downloadbase-android-4.4_r0.9.tar.gz
Unhide BIND_NFC_SERVICE permission.android-4.4_r0.9
Needs to be held by host-based card emulation apps in order to work. Bug: 11352063 Change-Id: I8ba42446cd3066b38309d8e9cbc51d140a023547
-rw-r--r--api/current.txt1
-rw-r--r--core/res/AndroidManifest.xml3
2 files changed, 2 insertions, 2 deletions
diff --git a/api/current.txt b/api/current.txt
index ccff70fde1bd..8e69592ecabc 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -22,6 +22,7 @@ package android {
field public static final java.lang.String BIND_APPWIDGET = "android.permission.BIND_APPWIDGET";
field public static final java.lang.String BIND_DEVICE_ADMIN = "android.permission.BIND_DEVICE_ADMIN";
field public static final java.lang.String BIND_INPUT_METHOD = "android.permission.BIND_INPUT_METHOD";
+ field public static final java.lang.String BIND_NFC_SERVICE = "android.permission.BIND_NFC_SERVICE";
field public static final java.lang.String BIND_NOTIFICATION_LISTENER_SERVICE = "android.permission.BIND_NOTIFICATION_LISTENER_SERVICE";
field public static final java.lang.String BIND_PRINT_SERVICE = "android.permission.BIND_PRINT_SERVICE";
field public static final java.lang.String BIND_REMOTEVIEWS = "android.permission.BIND_REMOTEVIEWS";
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml
index eba6231a0b7c..bd52f492ab7e 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -1958,8 +1958,7 @@
<!-- Must be required by a {@link android.nfc.cardemulation.HostApduService}
or {@link android.nfc.cardemulation.OffHostApduService} to ensure that only
- the system can bind to it.
- @hide -->
+ the system can bind to it. -->
<permission android:name="android.permission.BIND_NFC_SERVICE"
android:label="@string/permlab_bindNfcService"
android:description="@string/permdesc_bindNfcService"