I have an android device which is locked in airplane mode. NFC is still enabled though. How can I program the NFC tag to turn off airplane mode? I don't need alternative solutions, it has to be with an NFC tag.
I have tried {"status":"ok","actions":[{"action":"enable_wifi"},{"action":"setprop"}]}
, I can see it's written on the NFC tag, but when I read it with the device, nothing changed.