├── .gitignore ├── LICENSE ├── README.md ├── bda └── configs ├── 51-android.rules ├── adb ├── bda.png └── icon.svg /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameTheory-/Debloat-Android-No-Root/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameTheory-/Debloat-Android-No-Root/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameTheory-/Debloat-Android-No-Root/HEAD/README.md -------------------------------------------------------------------------------- /bda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameTheory-/Debloat-Android-No-Root/HEAD/bda -------------------------------------------------------------------------------- /configs/51-android.rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameTheory-/Debloat-Android-No-Root/HEAD/configs/51-android.rules -------------------------------------------------------------------------------- /configs/adb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameTheory-/Debloat-Android-No-Root/HEAD/configs/adb -------------------------------------------------------------------------------- /configs/bda.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameTheory-/Debloat-Android-No-Root/HEAD/configs/bda.png -------------------------------------------------------------------------------- /configs/icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameTheory-/Debloat-Android-No-Root/HEAD/configs/icon.svg --------------------------------------------------------------------------------