Added a long-press menu (info, delete, hide, rename). Rename not done. Others work.

This commit is contained in:
ottoptj 2024-05-07 07:38:34 +03:00
commit 71338fb9f1
10 changed files with 249 additions and 615 deletions

View file

@ -4,6 +4,7 @@
<uses-permission android:name="android.permission.QUERY_ALL_PACKAGES" />
<uses-permission android:name="android.permission.INTERACT_ACROSS_PROFILES" />
<uses-permission android:name="android.permission.REQUEST_DELETE_PACKAGES"/>
<application
android:allowBackup="true"