Merge "Update hidden API toast message"
am: 10034d94cf
Change-Id: I7e5c4c5333be8d1bc5722b0924c31a8ad94be29e
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user