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

Commit 66f75f9c authored by David Brazdil's avatar David Brazdil Committed by android-build-merger
Browse files

Merge "Update hidden API toast message" am: 10034d94 am: 42ab3eeb

am: 0a6ca969

Change-Id: I2cc692827716043e0f9065c9c1be932642ed5856
parents 243a0875 0a6ca969
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7162,8 +7162,8 @@ public class Activity extends ContextThemeWrapper

                String appName = getApplicationInfo().loadLabel(getPackageManager())
                        .toString();
                String warning = "Detected problems with API compatiblity\n"
                                 + "(please consult log for detail)";
                String warning = "Detected problems with API compatibility\n"
                                 + "(visit g.co/dev/appcompat for more info)";
                if (isAppDebuggable) {
                    new AlertDialog.Builder(this)
                        .setTitle(appName)