Settings: explicitly enable cloned apps
match 433776538f
Change-Id: I748fb09e7b4fcd9b699042e217b76bab7c3608ac
This commit is contained in:
@@ -52,8 +52,7 @@ public class ClonedAppsPreferenceController extends BasePreferenceController
|
||||
|
||||
@Override
|
||||
public int getAvailabilityStatus() {
|
||||
return mContext.getResources().getBoolean(R.bool.config_cloned_apps_page_enabled)
|
||||
? AVAILABLE : UNSUPPORTED_ON_DEVICE;
|
||||
return AVAILABLE;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user