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:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user