summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorRuchi Kandoi <kandoiruchi@google.com>2017-06-06 16:22:20 -0700
committerAndre Eisenbach <eisenbach@google.com>2017-06-07 22:05:41 +0000
commitd4fcec36cb3b2b1f663d77663d991fa0bd0faac1 (patch)
tree0152d46190273392ecf9d234405ffe5b607761f0 /AndroidManifest.xml
parent9ac42b16fa15d83f6ea2a52863ba111165a9defa (diff)
downloadplatform_packages_apps_Nfc-d4fcec36cb3b2b1f663d77663d991fa0bd0faac1.tar.gz
platform_packages_apps_Nfc-d4fcec36cb3b2b1f663d77663d991fa0bd0faac1.tar.bz2
platform_packages_apps_Nfc-d4fcec36cb3b2b1f663d77663d991fa0bd0faac1.zip
Revert "Disable NFC application if system doesn't have FEATURE_NFC_ANY"
This reverts commit f1c82823491bd07c28fa636ccd3110cc1dd4e9f2. Bug: 38440534 Test: manual Change-Id: I987d6a5acf159708ff45b4e154e3f775bdedbc57
Diffstat (limited to 'AndroidManifest.xml')
-rwxr-xr-xAndroidManifest.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 9e8d5075..97115e8c 100755
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -151,12 +151,6 @@
android:process=":beam"
/>
- <receiver android:name=".NfcBootCompletedReceiver">
- <intent-filter>
- <action android:name="android.intent.action.BOOT_COMPLETED" />
- </intent-filter>
- </receiver>
-
<service android:name=".handover.PeripheralHandoverService"
/>
</application>