Merge "Update hidden API toast message"

am: 10034d94cf

Change-Id: I7e5c4c5333be8d1bc5722b0924c31a8ad94be29e
This commit is contained in:
David Brazdil
2018-02-15 13:01:54 +00:00
committed by android-build-merger

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)