Merge "Correct the screen title for AppNotificationSettings"

This commit is contained in:
Yanting Yang
2021-01-25 18:52:42 +00:00
committed by Android (Google) Code Review

View File

@@ -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"