android - Turn screen on programmatically without using WAKE_LOCK permission -


is there way turn on screen when device locked. listening proximity sensor events turn on screen, acquiring wake lock needs wake_lock permission.

is there alternative. gravity app in playstore without wake_lock permission. hint?


Comments

Popular posts from this blog

html - Difficulties with background-image property -

visual studio code - What does the isShellCommand property actually do and how should you use it? -

ios - Segue not passing data between ViewControllers -