OSDN Git Service

App-level notification configuration settings page.
authorJohn Spurlock <jspurlock@google.com>
Tue, 8 Apr 2014 18:08:21 +0000 (14:08 -0400)
committerJohn Spurlock <jspurlock@google.com>
Mon, 21 Apr 2014 16:19:14 +0000 (12:19 -0400)
commit4a35051565b0ce6d29313c3e4ffe19e1dde78db0
tree19b1fd2e7d2c0239adffc16fbbd16e0d110d73c1
parent7476f5b904f16a0b330a99fc0f7d900a722554ea
App-level notification configuration settings page.

New sub-page off of notification settings to ban/unban
apps and navigate to an app's notification configuration
activity (if configured).

Centralized all notification settings artifacts under a new
settings subpackage.

Bug: 13935172
Change-Id: I53b75c02f0091900734d17dc9217035d0df9b466
22 files changed:
AndroidManifest.xml
res/drawable-hdpi/ic_settings_generic.png [new file with mode: 0644]
res/drawable-mdpi/ic_settings_generic.png [new file with mode: 0644]
res/drawable-xhdpi/ic_settings_generic.png [new file with mode: 0644]
res/drawable-xxhdpi/ic_settings_generic.png [new file with mode: 0644]
res/layout/notification_app.xml
res/layout/notification_app_dialog.xml [new file with mode: 0644]
res/layout/notification_app_list.xml [new file with mode: 0644]
res/layout/notification_app_section.xml [new file with mode: 0644]
res/layout/notification_info_row.xml [deleted file]
res/layout/notification_log_row.xml
res/values/dimens.xml
res/values/strings.xml
res/xml/notification_settings.xml
res/xml/settings_headers.xml
src/com/android/settings/SettingsActivity.java
src/com/android/settings/notification/AppNotificationSettings.java [new file with mode: 0644]
src/com/android/settings/notification/NotificationAccessSettings.java [moved from src/com/android/settings/NotificationAccessSettings.java with 99% similarity]
src/com/android/settings/notification/NotificationSettings.java [moved from src/com/android/settings/NotificationSettings.java with 55% similarity]
src/com/android/settings/notification/NotificationStation.java [moved from src/com/android/settings/NotificationStation.java with 99% similarity]
src/com/android/settings/notification/ZenModeSettings.java [moved from src/com/android/settings/ZenModeSettings.java with 98% similarity]
src/com/android/settings/search/SearchIndexableResources.java