Merge "Change "More details" to "Learn more" in policy transparency dialog." into pi-dev am: 22a12c0ea2

am: a739a63880

Change-Id: Ib61bc1739cff8b7cb63ead4104febc553d4d0c45
This commit is contained in:
arangelov
2018-04-06 13:59:46 -07:00
committed by android-build-merger
5 changed files with 7 additions and 7 deletions

View File

@@ -92,7 +92,7 @@ public class WifiScanningRequiredFragment extends InstrumentedDialogFragment imp
void addButtonIfNeeded(AlertDialog.Builder builder) {
// Only show "learn more" if there is a help page to show
if (!TextUtils.isEmpty(getContext().getString(R.string.help_uri_wifi_scanning_required))) {
builder.setNeutralButton(R.string.do_disclosure_learn_more, this);
builder.setNeutralButton(R.string.learn_more, this);
}
}