An open API service indexing awesome lists of open source software.

https://github.com/JackEblan/Geto

Apply custom settings to your apps.
https://github.com/JackEblan/Geto

Last synced: about 1 month ago
JSON representation

Apply custom settings to your apps.

Awesome Lists containing this project

README

        

Geto

# Geto

Apply device settings to your apps

![GitHub Release](https://img.shields.io/github/v/release/JackEblan/Geto?style=for-the-badge)
![GitHub License](https://img.shields.io/github/license/JackEblan/Geto?style=for-the-badge)
![F-Droid Version](https://img.shields.io/f-droid/v/com.android.geto?style=for-the-badge)
![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/JackEblan/Geto/total?style=for-the-badge)

[Get it on F-Droid](https://f-droid.org/en/packages/com.android.geto/)

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](https://youtu.be/CJrJyHpVVRM?si=ACrEC0hcPed53RAj)

# Screenshots

[1](fastlane/metadata/android/en-US/images/phoneScreenshots/1.jpg)
[2](fastlane/metadata/android/en-US/images/phoneScreenshots/2.jpg)
[3](fastlane/metadata/android/en-US/images/phoneScreenshots/3.jpg)
[4](fastlane/metadata/android/en-US/images/phoneScreenshots/4.jpg)
[5](fastlane/metadata/android/en-US/images/phoneScreenshots/5.jpg)
[6](fastlane/metadata/android/en-US/images/phoneScreenshots/6.jpg)
[6](fastlane/metadata/android/en-US/images/phoneScreenshots/7.jpg)
[6](fastlane/metadata/android/en-US/images/phoneScreenshots/8.jpg)

# Architecture
Most of the code in this project is based on [Now In Android](https://github.com/android/nowinandroid), but it follows [Clean Architecture](https://blog.cleancoder.com/uncle-bob/2012/08/13/the-clean-architecture.html) instead.

# License

**Geto** is licensed under the GNU General Public License v3.0. See the [license](LICENSE) for more
information.