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