diff --git a/configs/check_features.sh b/configs/check_features.sh index c7d96ff..dd2188f 100644 --- a/configs/check_features.sh +++ b/configs/check_features.sh @@ -4,11 +4,11 @@ sku=`getprop ro.boot.hardware.sku` if [ "$sku" = "XT1687" ]; then # XT1687 doesn't have NFC chip - rm /system/etc/permissions/android.hardware.nfc.xml - rm /system/etc/permissions/android.hardware.nfc.hce.xml - rm /system/etc/permissions/com.android.nfc_extras.xml + rm /system/vendor/etc/permissions/android.hardware.nfc.xml + rm /system/vendor/etc/permissions/android.hardware.nfc.hce.xml + rm /system/vendor/etc/permissions/com.android.nfc_extras.xml rm -r /system/app/NfcNci else # Only XT1687 variant got a compass - rm /system/etc/permissions/android.hardware.sensor.compass.xml + rm /system/vendor/etc/permissions/android.hardware.sensor.compass.xml fi