Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 3.09 KB

README.md

File metadata and controls

51 lines (36 loc) · 3.09 KB
Geto

Geto

Apply device settings to your apps

GitHub Release GitHub License F-Droid Version GitHub Downloads (all assets, all releases)

Get it on F-Droid

About The Project

The only reason I created this app is to turn off that damn Developer Options when using a banking app. The only annoying thing about it is you have to go to the Settings app. When you turn off that switch button, your Developer Options configurations will be reset to default. The good thing is that when you modify your settings through its Shared Preferences, you won't lose all your settings once the Developer Options is modified. So basically, you have to grant this app with android.permission.WRITE_SECURE_SETTINGS in order for it to modify your Settings values.

Important

Watch the tutorial on YouTube

Screenshots

1 2 3 4 5 6 6 6

Architecture

Most of the code in this project is based on Now In Android, but it follows Clean Architecture instead.

License

Geto is licensed under the GNU General Public License v3.0. See the license for more information.