microsoft / microsoft/HydraLab
Disable the lockscreen pragmatically thru ADB or HydraLabClient
Open
@taoran6 is already working on this.
Since Jan 11, 2023.
- Dominant language
- Java
- Stars
- 1k
- Forks
- 107
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 2
Description
Possible solutions:
https://stackoverflow.com/questions/27687951/android-manipulate-screen-lock-settings-via-adb
https://stackoverflow.com/questions/22142940/set-lockscreen-to-none-programmatically
https://forum.xda-developers.com/t/no-root-required-completely-disable-and-enable-your-lock-screen.3739257/
https://forum.xda-developers.com/t/disable-swipe-up-lockscreen.4032599/
https://forum.xda-developers.com/t/screen-lock-disable.3460054/
Or:
This can be done easier with locksettings command:
adb shell locksettings set-disabled true
Or we leverage UI automation to do this.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.