Modify notification string.
Bug: 30432840 Test: Reproduced the problem by clicking 'Install from SD card' and the new notification string appears instead of the old one. Change-Id: I38a6fc6212aa283f8a899c28db81d8dae4245396
This commit is contained in:
@@ -51,7 +51,7 @@ public class ConfigureKeyGuardDialog extends InstrumentedDialogFragment
|
||||
return new AlertDialog.Builder(getActivity())
|
||||
.setTitle(android.R.string.dialog_alert_title)
|
||||
.setMessage(R.string.credentials_configure_lock_screen_hint)
|
||||
.setPositiveButton(android.R.string.ok, this)
|
||||
.setPositiveButton(R.string.credentials_configure_lock_screen_button, this)
|
||||
.setNegativeButton(android.R.string.cancel, this)
|
||||
.create();
|
||||
}
|
||||
|
Reference in New Issue
Block a user