diff options
author | Maurice Lam <yukl@google.com> | 2015-07-20 15:35:21 -0700 |
---|---|---|
committer | Maurice Lam <yukl@google.com> | 2015-07-20 23:42:52 +0000 |
commit | 5cceb312fdb6ee6c6d22aec0996977501017e505 (patch) | |
tree | 29e0dfc2b69393eea15fde1f62b51319a4983e89 /src/com/android | |
parent | ddaa142a094a404d7c5e6d7eea93920f8ed16696 (diff) | |
download | packages_apps_Settings-5cceb312fdb6ee6c6d22aec0996977501017e505.zip packages_apps_Settings-5cceb312fdb6ee6c6d22aec0996977501017e505.tar.gz packages_apps_Settings-5cceb312fdb6ee6c6d22aec0996977501017e505.tar.bz2 |
[ScreenLock] Change title for RedactionInterstitial
Change the title for RedactionInterstital to "Notifications".
Bug: 22587892
Change-Id: Ib0e32fa8913924ae74aa412703a5f6234fd62fe4
Diffstat (limited to 'src/com/android')
-rw-r--r-- | src/com/android/settings/notification/RedactionInterstitial.java | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/com/android/settings/notification/RedactionInterstitial.java b/src/com/android/settings/notification/RedactionInterstitial.java index a0d1219..a47b703 100644 --- a/src/com/android/settings/notification/RedactionInterstitial.java +++ b/src/com/android/settings/notification/RedactionInterstitial.java @@ -60,7 +60,9 @@ public class RedactionInterstitial extends SettingsActivity { .putExtra(EXTRA_PREFS_SHOW_BUTTON_BAR, true) .putExtra(EXTRA_PREFS_SET_BACK_TEXT, (String) null) .putExtra(EXTRA_PREFS_SET_NEXT_TEXT, ctx.getString( - R.string.app_notifications_dialog_done)); + R.string.app_notifications_dialog_done)) + .putExtra(EXTRA_SHOW_FRAGMENT_TITLE_RESID, + R.string.lock_screen_notifications_interstitial_title); } } |