AppClone: Add preference to display new page Cloned Apps

Also adds a faeture flag and controller class for this page.
UX path: Apps > Cloned Apps

Bug: 249916503
Bug: 248235441
Test: manual
Test: make RunSettingsRoboTests -j30 ROBOTEST_FILTER=AppsPreferenceControllerTest
Test: make RunSettingsRoboTests -j30 ROBOTEST_FILTER=ClonedAppsPreferenceControllerTest
Change-Id: I2f68f4365ce08481c7db7bfdda4fdffc369321a9
This commit is contained in:
“Ankita
2022-10-03 05:01:00 +00:00
parent 7fd3621809
commit a6ff897cf3
7 changed files with 150 additions and 0 deletions

View File

@@ -42,4 +42,9 @@ public class SettingsUIDeviceConfig {
* {@code true} whether or not event_log for generic actions is enabled. Default is true.
*/
public static final String GENERIC_EVENT_LOGGING_ENABLED = "event_logging_enabled";
/**
* {@code true} if Cloned Apps menu is available in Apps page. Default is false.
*/
public static final String CLONED_APPS_ENABLED = "cloned_apps_enabled";
}