tudorf Active Member Licensed User Longtime User Dec 6, 2015 #1 Hello I want to change the flightmode on off with the Toggle-Lib Dim TGL AsToggle TGL.Initialize() TGL.Reboot -- error TGL.TurnAirplaneModeOn -- errot In the Manifesteditor I have following text. AddPermission(android.permission.WRITE_SETTINGS) AddPermission(android.permission.CHANGE_NETWORK_STATE) Fehler: Permisson Denial: not allowed to send broadcast android.intent.Action.airplaine_mode from pid=27012, uid=10084 Can somebody help me? Martin
Hello I want to change the flightmode on off with the Toggle-Lib Dim TGL AsToggle TGL.Initialize() TGL.Reboot -- error TGL.TurnAirplaneModeOn -- errot In the Manifesteditor I have following text. AddPermission(android.permission.WRITE_SETTINGS) AddPermission(android.permission.CHANGE_NETWORK_STATE) Fehler: Permisson Denial: not allowed to send broadcast android.intent.Action.airplaine_mode from pid=27012, uid=10084 Can somebody help me? Martin
Erel B4X founder Staff member Licensed User Longtime User Dec 6, 2015 #2 New devices (4.x+) will not allow you to programmatically change the flight mode. Upvote 0
tudorf Active Member Licensed User Longtime User Dec 6, 2015 #3 Is this a problem with android? Upvote 0
specci48 Well-Known Member Licensed User Longtime User Dec 6, 2015 #4 I had added some Infomation in the German Forum... Upvote 0
DonManfred Expert Licensed User Longtime User Dec 7, 2015 #5 tudorf said: Is this a problem with android? Click to expand... Yes. Google has decided to change the restrictions. Erel said: New devices (4.x+) will not allow you to programmatically change the flight mode. Click to expand... Upvote 0
tudorf said: Is this a problem with android? Click to expand... Yes. Google has decided to change the restrictions. Erel said: New devices (4.x+) will not allow you to programmatically change the flight mode. Click to expand...