Loading core/java/android/app/ContextImpl.java +0 −1 Original line number Diff line number Diff line Loading @@ -367,7 +367,6 @@ class ContextImpl extends Context { // STOPSHIP: fix buggy apps if (SystemProperties.getBoolean("fw.ignore_buggy", false)) return false; if ("com.google.android.tts".equals(getApplicationInfo().packageName)) return true; if ("com.breel.geswallpapers".equals(getApplicationInfo().packageName)) return true; return false; } Loading Loading
core/java/android/app/ContextImpl.java +0 −1 Original line number Diff line number Diff line Loading @@ -367,7 +367,6 @@ class ContextImpl extends Context { // STOPSHIP: fix buggy apps if (SystemProperties.getBoolean("fw.ignore_buggy", false)) return false; if ("com.google.android.tts".equals(getApplicationInfo().packageName)) return true; if ("com.breel.geswallpapers".equals(getApplicationInfo().packageName)) return true; return false; } Loading