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
@@ -56,7 +56,7 @@ public class ClonedAppsPreferenceController extends BasePreferenceController
|
||||
@Override
|
||||
public int getAvailabilityStatus() {
|
||||
return DeviceConfig.getBoolean(DeviceConfig.NAMESPACE_APP_CLONING,
|
||||
PROPERTY_CLONED_APPS_ENABLED, false)
|
||||
PROPERTY_CLONED_APPS_ENABLED, true)
|
||||
&& mContext.getResources().getBoolean(R.bool.config_cloned_apps_page_enabled)
|
||||
? AVAILABLE : UNSUPPORTED_ON_DEVICE;
|
||||
}
|
||||
|
Reference in New Issue
Block a user