Loading core/java/com/android/internal/policy/DecorContext.java +9 −0 Original line number Diff line number Diff line Loading @@ -137,4 +137,13 @@ public class DecorContext extends ContextThemeWrapper { } return false; } @Override public boolean isConfigurationContext() { Context context = mContext.get(); if (context != null) { return context.isConfigurationContext(); } return false; } } Loading
core/java/com/android/internal/policy/DecorContext.java +9 −0 Original line number Diff line number Diff line Loading @@ -137,4 +137,13 @@ public class DecorContext extends ContextThemeWrapper { } return false; } @Override public boolean isConfigurationContext() { Context context = mContext.get(); if (context != null) { return context.isConfigurationContext(); } return false; } }