diff --git a/README.md b/README.md new file mode 100644 index 0000000..726334f --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# uninstaller + +![](https://img.shields.io/badge/written%20in-Java%20%28Android%29-blue) + +An uninstaller app for Android with several different backends. + +In certain failure cases Android will be unable to use the regular package manager for APK uninstallation. This app provides a semi-convenient interface allowing app uninstallation via either intent, `pm`, `pm` as root, or manually deleting data files. + +The application's recycle bin icon comes from the public domain Tango icon set. + + +## Download + +- [⬇️ uninstaller-1.0.0.src.7z](dist-archive/uninstaller-1.0.0.src.7z) *(101.32 KiB)* +- [⬇️ uninstaller-1.0.0.apk](dist-archive/uninstaller-1.0.0.apk) *(1.02 MiB)* diff --git a/dist-archive/uninstaller-1.0.0.apk b/dist-archive/uninstaller-1.0.0.apk new file mode 100644 index 0000000..a47edb8 Binary files /dev/null and b/dist-archive/uninstaller-1.0.0.apk differ diff --git a/dist-archive/uninstaller-1.0.0.src.7z b/dist-archive/uninstaller-1.0.0.src.7z new file mode 100644 index 0000000..1dae35d Binary files /dev/null and b/dist-archive/uninstaller-1.0.0.src.7z differ diff --git a/doc/img_appdrawer.png b/doc/img_appdrawer.png new file mode 100644 index 0000000..fe86aba Binary files /dev/null and b/doc/img_appdrawer.png differ diff --git a/doc/img_example.png b/doc/img_example.png new file mode 100644 index 0000000..d55d8c2 Binary files /dev/null and b/doc/img_example.png differ