Merge "Enable static RROs by default" into oc-dev
am: 22ea35187f
Change-Id: I0a00621eb8cb54bd89c938539d8a2d7baee46833
This commit is contained in:
@@ -102,7 +102,8 @@ final class OverlayManagerServiceImpl {
|
||||
|
||||
if (oi == null) {
|
||||
// This overlay does not exist in our settings.
|
||||
if (mDefaultOverlays.contains(overlayPackage.packageName)) {
|
||||
if (overlayPackage.isStaticOverlay ||
|
||||
mDefaultOverlays.contains(overlayPackage.packageName)) {
|
||||
// Enable this overlay by default.
|
||||
mSettings.setEnabled(overlayPackage.packageName, newUserId, true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user