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

Commit 89000cf6 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Another buggy app is already targeting O."

parents 3dd6b5c4 4498e03d
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;
    }