Thanks for your work, it is working really great.
What do you think about introducing a toggle in the settings that effectively "disables" the phone's lock screen, even without user interaction? While I'm not versed in Android development, I believe a video player can implement a similar feature using something like FLAG_KEEP_SCREEN_ON, which prevents the screen from locking even when the user isn't interacting with the device.
My use case is that I often need to take a few pictures and then wait a minute or two before taking more. During this waiting period, my phone locks. Although I can adjust the lock screen timeout, doing so before every photography session can be quite inconvenient.
Thanks
Thanks for your work, it is working really great.
What do you think about introducing a toggle in the settings that effectively "disables" the phone's lock screen, even without user interaction? While I'm not versed in Android development, I believe a video player can implement a similar feature using something like FLAG_KEEP_SCREEN_ON, which prevents the screen from locking even when the user isn't interacting with the device.
My use case is that I often need to take a few pictures and then wait a minute or two before taking more. During this waiting period, my phone locks. Although I can adjust the lock screen timeout, doing so before every photography session can be quite inconvenient.
Thanks