On Xiaomi Mi 9 (MIUI 11.2 xiaomi.eu rooted) I just found that on Category Secure the location_mode with value 0 enables GPS and location_mode with value 3 will disable the GPS
Please add new Type to the Input Dialog - Digits with option which would open the numeric keyboard. Sometimes there is a need to pass manually numbers to script and it would be much faster if the numpad appear at once. Now there is only one option to do this but it works only on rooted phones becaus...
You misunderstood me - I don't want to enter digits via action - it has to be done manually. When Input Dialog appears it's opens keyboard with letters and I want keyboard with numbers (numpad) So I was wondering is there any other solution to bring up the numeric keyboard or maybe the Input Dialog ...
I finally managed to force Input Dialog to show numeric keyboard by adding another action to shortcut trigger - Execute root command: input tap (position x) (position y). I checked position by enabling in Developer Options Show Touches and Pointer Location. It is not elegant solution but working - i...
Hi, Thanks for info but I still cannot force Input Dialog to show numeric keyboard :( My flow is very simple: Shortcut | | Input Dialog | | Call Number: 123{value} Where should I put the root command or control UI - I've tried to put the action execute root command and control UI before and after th...