cm: config: Remove enhanced NFC feature

This was used for the HCE implementation by SimplyTapp in CM 9 - 10.2.
Since then, Android has an HCE implementation and this is no longer used.

Change-Id: Icd9db39829c1863c4962aab53959ad527da28bcd
This commit is contained in:
Zhao Wei Liew 2016-11-18 10:09:35 +08:00
parent c66825b158
commit 8dcba6834b
2 changed files with 0 additions and 24 deletions

View file

@ -1,3 +0,0 @@
# This device supports CM enhanced NFC
PRODUCT_COPY_FILES += \
vendor/cm/config/permissions/com.cyanogenmod.nfc.enhanced.xml:system/etc/permissions/com.cyanogenmod.nfc.enhanced.xml

View file

@ -1,21 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2012 The CyanogenMod Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<!-- This feature shows that this is device features CM NFC enhancements -->
<permissions>
<feature name="com.cyanogenmod.nfc.enhanced" />
</permissions>