From c0dc734598e49b4d9e8d5ef5a74c058cc44ee414 Mon Sep 17 00:00:00 2001 From: tilaksidduram Date: Fri, 28 Nov 2014 00:03:27 +0530 Subject: n7100: removed not required nfc permission. --- n7100.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'n7100.mk') diff --git a/n7100.mk b/n7100.mk index d3e0d6d..7103aca 100644 --- a/n7100.mk +++ b/n7100.mk @@ -73,8 +73,7 @@ PRODUCT_COPY_FILES += \ packages/apps/Nfc/migrate_nfc.txt:system/etc/updatecmds/migrate_nfc.txt \ frameworks/base/nfc-extras/com.android.nfc_extras.xml:system/etc/permissions/com.android.nfc_extras.xml \ frameworks/native/data/etc/android.hardware.bluetooth_le.xml:system/etc/permissions/android.hardware.bluetooth_le.xml \ - frameworks/native/data/etc/android.hardware.nfc.xml:system/etc/permissions/android.hardware.nfc.xml \ - frameworks/native/data/etc/android.hardware.nfc.hce.xml:system/etc/permissions/android.hardware.nfc.hce.xml + frameworks/native/data/etc/android.hardware.nfc.xml:system/etc/permissions/android.hardware.nfc.xml # NFCEE access control ifeq ($(TARGET_BUILD_VARIANT),user) -- cgit v1.1