FirefdsKit
FirefdsKit copied to clipboard
goto sleep on double tap on lockscreen
goto sleep on double tapping on lockscreen. I've tested it on an Android 10.h
This functionality is borrowed (link below) and quickly integrated into firefdskit. (only minimal invasive adjusted to suit here)
https://github.com/evermind-zz/dark_tricks/tree/feat_framework_doubleTap_sdk29
borrowed from my commits there:
- 02cd061 use isSecurityPatchAfterDecember2022() from Utils
- 7cc004e android 10 support for trick_doubleTapLockScreen and trick_doubleTapStatusBar
- 9b4d34a use FeatureFactory to determine if a feature should be visible in SettingsActivity
- 5b60dfa Feature framework: refactor trick_doubleTap{StatusBar,LockScreen} and trick_quickPulldown