Merge "Update hidden API toast message" am: 10034d94cf

am: 42ab3eeb4c

Change-Id: I6c82dc811f3118733d3afffa7ddb6d5016d4f075
This commit is contained in:
David Brazdil
2018-02-15 13:14:49 +00:00
committed by android-build-merger

View File

@@ -7073,8 +7073,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)