Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/WuDi-ZhanShen/ScreenOff

仅ADB权限即可使用的息屏运行APP,为安卓5.1以上的全部安卓系统补全仅在国产旗舰机上才有的息屏运行功能。A 40KB APP to control your Android's screen to display or not display via Shizuku. Other APPs will CONTINUE working after turning off the screen by this APP.
https://github.com/WuDi-ZhanShen/ScreenOff

Last synced: 3 months ago
JSON representation

仅ADB权限即可使用的息屏运行APP,为安卓5.1以上的全部安卓系统补全仅在国产旗舰机上才有的息屏运行功能。A 40KB APP to control your Android's screen to display or not display via Shizuku. Other APPs will CONTINUE working after turning off the screen by this APP.

Awesome Lists containing this project

README

        

# ScreenOff
An android app to control your Android's screen to display or not display via Shizuku. This is not the same with pressing power key, since other APPs will CONTINUE working after turning off the screen.
# How it works
By reflecting "android.view.SurfaceControl" (the same way with Scrcpy). Check it in "SurfaceControl.java".