VanceVagell / kv4p-ht

Open source handheld ham radio project KV4P-HT
GNU General Public License v3.0
316 stars 35 forks source link

[Android] Add keep awake setting #76

Open chengmania opened 2 weeks ago

chengmania commented 2 weeks ago

Adding an option for the app the keep the screen awake

theuser1979 commented 2 weeks ago

Link to Android documentation https://developer.android.com/develop/background-work/background-tasks/awake/screen-on Flag name: FLAG_KEEP_SCREEN_ON

VanceVagell commented 4 days ago

Thanks for the idea! This would be easy to do, in fact I'm already using this in the firmware update screen (which requires the device to stay on or it fails to flash).

Just need a global setting, and then toggle this Android app setting on/off to match it in each view.