cmsdk: Temp fixes for bringup
Change-Id: I11e7425c523081f9cc52c7d3daf56cfabfe6424f
This commit is contained in:
@@ -625,7 +625,8 @@ public abstract class KeyguardExternalViewProviderService extends Service {
|
||||
}
|
||||
|
||||
/*package*/ final int getWindowType() {
|
||||
return WindowManager.LayoutParams.TYPE_KEYGUARD_PANEL;
|
||||
//return WindowManager.LayoutParams.TYPE_KEYGUARD_PANEL;
|
||||
return 0;
|
||||
}
|
||||
|
||||
/*package*/ final int getWindowFlags() {
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
*/
|
||||
package cyanogenmod.themes;
|
||||
|
||||
import android.content.pm.ThemeUtils;
|
||||
//import android.content.pm.ThemeUtils;
|
||||
import android.content.res.ThemeConfig;
|
||||
import android.os.Parcel;
|
||||
import android.os.Parcelable;
|
||||
@@ -313,9 +313,11 @@ public final class ThemeChangeRequest implements Parcelable {
|
||||
// Check if there are any per-app overlays using this theme
|
||||
final Map<String, ThemeConfig.AppTheme> themes = themeConfig.getAppThemes();
|
||||
for (String appPkgName : themes.keySet()) {
|
||||
/*
|
||||
if (ThemeUtils.isPerAppThemeComponent(appPkgName)) {
|
||||
this.setAppOverlay(appPkgName, themes.get(appPkgName).getOverlayPkgName());
|
||||
}
|
||||
*/
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user