Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/WuDi-ZhanShen/ScreenOff
- Owner: WuDi-ZhanShen
- Created: 2022-05-04T12:21:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-26T09:14:16.000Z (over 1 year ago)
- Last Synced: 2024-05-08T17:35:48.967Z (6 months ago)
- Language: Java
- Homepage:
- Size: 148 KB
- Stars: 97
- Watchers: 2
- Forks: 7
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-shizuku - ScreenOff - Turn off your Android's screen without entering standby/sleep mode `Proprietary` (Apps / Power management)
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".