Adding "Delete all App Clones" option on Cloned Apps page.

This option is seen by clicking the '3-dot' menu on Settings->Cloned Apps page and requires:
1. Flag 'remove_all_cloned_apps' to be turned on.
2. Cloned UserId to be present in system.

Test: Manually setting the flag, creating clones.
Change-Id: I83ff40923f7932ed6b23cb831bdcd2cb9252d295
This commit is contained in:
Himanshu Gupta
2022-11-29 10:31:14 +00:00
parent 366649ed1c
commit 1648d68d49
4 changed files with 42 additions and 0 deletions

View File

@@ -56,4 +56,8 @@
android:id="@+id/reset_app_preferences"
android:title="@string/reset_app_preferences"
android:showAsAction="never" />
<item
android:id="@+id/delete_all_app_clones"
android:title="@string/delete_all_app_clones"
android:showAsAction="never" />
</menu>