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

Commit be630119 authored by Jeff Sharkey's avatar Jeff Sharkey
Browse files

Revert "Another buggy app is already targeting O."

This reverts commit 4498e03d.

Reason for revert: b/36612878 is fixed for realz

Change-Id: I5b7e78e52165d51631ca0a39cce3a7a05090ae0f
parent 4498e03d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;
    }