Enabling App Cloning Device Config flags by default. The features will be guarded *only* by config overlays, which are off by default.
Bug: 253449368 Test: Manual by building and flashing Change-Id: I9099019f2bd982588f12ac1741fce27d24e5849e
This commit is contained in:
committed by
Himanshu Gupta
parent
bc12caac88
commit
dd26189e2c
@@ -871,7 +871,7 @@ public class ManageApplications extends InstrumentedFragment
|
||||
mOptionsMenu.findItem(R.id.delete_all_app_clones)
|
||||
.setVisible(mListType == LIST_TYPE_CLONED_APPS && DeviceConfig.getBoolean(
|
||||
DeviceConfig.NAMESPACE_APP_CLONING, PROPERTY_DELETE_ALL_APP_CLONES_ENABLED,
|
||||
false) && Utils.getCloneUserId(getContext()) != -1);
|
||||
true) && Utils.getCloneUserId(getContext()) != -1);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user