Merge "Update hidden API toast message"

This commit is contained in:
David Brazdil
2018-02-15 11:55:15 +00:00
committed by Gerrit Code Review

View File

@@ -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)