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

Commit 10034d94 authored by David Brazdil's avatar David Brazdil Committed by Gerrit Code Review
Browse files

Merge "Update hidden API toast message"

parents edab226d 5234d559
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7077,8 +7077,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)