1
Completed

NFC adb hack

Other apps (like Macrodroid) uses adb hack to grant permissions for NFC toggle and other settings...

"

adb shell pm grant com.arlosoft.macrodroid android.permission.WRITE_SECURE_SETTINGS

adb shell pm grant com.arlosoft.macrodroid android.permission.CHANGE_CONFIGURATION

"

3 replies

NFC action is now in the beta.

What do you need the 

android.permission.CHANGE_CONFIGURATION

 permission for?

Joao Diaz already added that permission, I mean 'WRITE_SECURE_SETTINGS' (don't know the other), to the AndroidManifest.xml of the APK.

So, to grant it just: 'pm grant net.dinglisch.android.taskerm android.permission.WRITE_SECURE_SETTINGS'