https://github.com/dcdunkan/lock-tile
A quick settings tile for locking the screen. No app icon or activity, just the tile. Long living physical buttons.
https://github.com/dcdunkan/lock-tile
Last synced: 8 months ago
JSON representation
A quick settings tile for locking the screen. No app icon or activity, just the tile. Long living physical buttons.
- Host: GitHub
- URL: https://github.com/dcdunkan/lock-tile
- Owner: dcdunkan
- Created: 2023-09-06T10:31:23.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-24T20:19:56.000Z (over 2 years ago)
- Last Synced: 2025-02-05T07:13:32.166Z (over 1 year ago)
- Language: Kotlin
- Homepage:
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## lock-tile
A quick settings tile for locking the screen for those who does not have this tile.
I tried several open & closed applications for this functionality. Either they
had a lot of unwanted functions which required more permissions and storage or they had
a home screen icon and activity: I don't want a home screen icon and activity just for a tile.
There may be apps that fits my need, but I couldn't find it :(
So, I made one that fits all my needs, and one that I can extend anytime I want.
My first Android application, probably have made a lot of mistakes as I referenced parts of other
android app sources.
#### Features
- No app icon or activity: less clutter.
- 93KB in size.
- Long living physical buttons. (yeah)
#### Usage
- Build and install the app. Or if you trust me enough, download the one that I built from releases.
- Go to your device's Settings > Accessibility > Lock Tile > Enable the service.
- Draw your quick settings panel, go to edit mode and drag the tile named "Lock Screen" provided by this app to a position that you like.
- Drag down your quick settings panel and click the tile to lock the screen!