Skip to content

Commit

Permalink
Why i do this
Browse files Browse the repository at this point in the history
  • Loading branch information
Quarx2k committed Aug 15, 2014
1 parent edcfe46 commit 7f7971f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prebuilt/etc/init.d/10nfc_checker
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

model=`getprop ro.product.model`

if [ "$model" = "LG-D410" ] || ["$model" = "LG-D405" ] || ["$model" = "LG-D405n" ]; 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
Expand Down

0 comments on commit 7f7971f

Please sign in to comment.