Allow overriding enterprise related strings in Launcher
Test: manual Bug: 188414133 Bug: 211422509 Bug: 188410712 Change-Id: I75858cdcf2057e7c270da5893cd9a90c6753f182
This commit is contained in:
@@ -79,7 +79,7 @@ public class WorkProfileManager implements PersonalWorkSlidingTabStrip.OnActiveP
|
||||
SharedPreferences preferences) {
|
||||
mUserManager = userManager;
|
||||
mAllApps = allApps;
|
||||
mAdapterProvider = new WorkAdapterProvider(preferences);
|
||||
mAdapterProvider = new WorkAdapterProvider(allApps.mActivityContext, preferences);
|
||||
mMatcher = mAllApps.mPersonalMatcher.negate();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user