List apps that advertise notification settings.

Apps that have a CATEGORY_NOTIFICATION_PREFERENCES +
CATEGORY_DEFAULT activity will be listed in notification
settings, with a convenient link to that activity so the
user can tweak those settings.

Change-Id: Idc97b2aee3f070225822ebee1ecbeab79e7b9c2d
This commit is contained in:
Dan Sandler
2014-03-26 19:09:21 -04:00
parent 8ce107effa
commit b19460f4a1
4 changed files with 248 additions and 6 deletions

View File

@@ -5041,4 +5041,8 @@
<!-- [CHAR LIMIT=20] Notifications settings: Apps section header -->
<string name="notification_settings_apps">Apps</string>
<!-- [CHAR LIMIT=NONE] Content description for per-app notification
settings button -->
<string name="notification_app_settings_button">Notification settings</string>
</resources>