Correct the screen title for AppNotificationSettings
Add the screen title to resolve showing default title "Settings" on the AppNotificationSettings. Fixes: 177968781 Test: robotest & visual Change-Id: I58e5e4cb6c1445b03d70fbb4e431cdcc9d3a09f0
This commit is contained in:
@@ -16,7 +16,8 @@
|
||||
|
||||
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:settings="http://schemas.android.com/apk/res-auto"
|
||||
android:key="app_notifications">
|
||||
android:key="app_notifications"
|
||||
android:title="@string/notifications_title">
|
||||
|
||||
<com.android.settingslib.widget.LayoutPreference
|
||||
android:key="pref_app_header"
|
||||
|
Reference in New Issue
Block a user