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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user