Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4498e03d authored by Jeff Sharkey's avatar Jeff Sharkey
Browse files

Another buggy app is already targeting O.

Bug: 36612878
Test: builds, boots
Change-Id: I161a58bf972a0af327fb216d041a7e46d33c0d2e
parent 20fd49d8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -367,6 +367,7 @@ 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;
    }