diff --git a/prebuilt/etc/init.d/10nfc_checker b/prebuilt/etc/init.d/10nfc_checker index 4589d8d..e60d106 100644 --- a/prebuilt/etc/init.d/10nfc_checker +++ b/prebuilt/etc/init.d/10nfc_checker @@ -2,8 +2,7 @@ model=`getprop ro.product.model` -if [ "$model" = "LG-D410" || "$model" = "LG-D405"] -then +if [ "$model" = "LG-D410" ] || ["$model" = "LG-D405" ]; then mount -o remount,rw /system rm -rf /system/etc/permissions/android.hardware.nfc.xml rm -rf /system/etc/permissions/android.hardware.nfc.hce.xml