Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Shortcut TileService for frequent uses of developer options

License

Notifications You must be signed in to change notification settings

omgcheese/developerOptionsShortcuts

Repository files navigation

Developer Option Quick Setting Tiles

ktlint

Quick setting app that allows developer to quickly change developer options without going into the Developer Option menu.

Available Quick

  • Don't Keep Activities

Prerequisite

  • ADB (recommended)
  • Rooted Device
  • Developer Options should be enabled for your device

ADB

ADB should be available when you install Android Studio (Requires modify bash_profile) or you can use homebrew to get ADB

Rooted Device

You should have SU permission which allows you to bypass Installation step

Installation

First, clone this repo and install the app.

If your device is rooted and under SU admin, you should not need to go through this step. If for some reason there is an error, do go through this step.

Using ADB, you must grant following permissions to the app:

adb shell pm grant com.cheesycoder.developeroptionshortcut android.permission.WRITE_SECURE_SETTINGS
adb shell pm grant com.cheesycoder.developeroptionshortcut android.permission.SET_ALWAYS_FINISH

These permissions lets this app to access developer options without being system applications.

You can now add quick setting tile by pulling down the quick setting menu and add developer option tiles.

License

MIT