cmsdk: Temp fixes for bringup

Change-Id: I11e7425c523081f9cc52c7d3daf56cfabfe6424f
This commit is contained in:
Steve Kondik
2016-08-29 00:49:38 -07:00
parent d2cce2b154
commit 6f2edde8a7
11 changed files with 18 additions and 1626 deletions

View File

@@ -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() {

View File

@@ -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());
}
*/
}
}
}