A collection of tools for Android app development in one place

AppDevToolbox

A collection of tools for Android app development in one place.

This app brings together the following amazing Android development apps into one. (Thanks to all for their brilliant tools)

I've also tweeked a few parts (e.g. language button on widget) and added some other features.

PERMISSIONS

To use the DEV TILES part of the app remember to launch these ADB shell commands to allow the app to access the dev settings

adb shell pm grant uk.co.barbuzz.appdevtoolbox android.permission.WRITE_SECURE_SETTINGS

adb shell pm grant uk.co.barbuzz.appdevtoolbox android.permission.DUMP

GitHub