Merge "Notification app screen updates"

This commit is contained in:
TreeHugger Robot
2017-02-08 21:32:14 +00:00
committed by Android (Google) Code Review
5 changed files with 122 additions and 92 deletions

View File

@@ -6386,7 +6386,10 @@
<string name="loading_notification_apps">Loading apps...</string>
<!-- [CHAR LIMIT=NONE] App notification settings: channels title -->
<string name="notification_channels">Channels</string>
<string name="notification_channels">Categories</string>
<!-- [CHAR LIMIT=NONE] App notification settings: non-grouped-channels title -->
<string name="notification_channels_other">Other</string>
<!-- [CHAR LIMIT=NONE] App notification settings: no channels -->
<string name="no_channels">This app has not posted any notifications</string>

View File

@@ -34,8 +34,4 @@
settings:useAdditionalSummary="true"
settings:restrictedSwitchSummary="@string/enabled_by_admin" />
<PreferenceCategory
android:key="channels"
android:title="@string/notification_channels" />
</PreferenceScreen>