summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorNick Pelly <npelly@google.com>2010-10-20 18:58:59 -0700
committerNick Pelly <npelly@google.com>2010-10-21 02:35:46 -0700
commit0e6a0a0f50132e14d5ecad61c46e07c67fbb26fb (patch)
tree0f62cee483e46fa14b4d6fcfcf771aaf43c34ff5 /AndroidManifest.xml
parentba1ce2f1cac75db3d8af14138f0876f2b77a4a67 (diff)
downloadpackages_apps_nfc-0e6a0a0f50132e14d5ecad61c46e07c67fbb26fb.zip
packages_apps_nfc-0e6a0a0f50132e14d5ecad61c46e07c67fbb26fb.tar.gz
packages_apps_nfc-0e6a0a0f50132e14d5ecad61c46e07c67fbb26fb.tar.bz2
NFC Settings cleanup.
Move all NFC settings into shared preferences in NFC service. Service / Binder / BroadcastReceiver cleanup. Re-enable receivers for internal intents. misc cleanup. Change-Id: I73480faea496f6bede2dfdb6fc682c7e84360326 Signed-off-by: Nick Pelly <npelly@google.com>
Diffstat (limited to 'AndroidManifest.xml')
-rwxr-xr-xAndroidManifest.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 6911be7..6a817a7 100755
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -6,7 +6,6 @@
>
<uses-permission android:name="android.permission.NFC" />
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
- <uses-permission android:name="android.permission.WRITE_SETTINGS" />
<uses-permission android:name="android.permission.WRITE_SECURE_SETTINGS" />
<application android:icon="@drawable/icon"