Notification listeners can be enabled in Settings>Security.

Also known as android.settings.ACTION_NOTIFICATION_LISTENER_SETTINGS.

Bug: 8454150
Change-Id: I0c2433bf58ba4c78cd461326bd014535c7f67578
This commit is contained in:
Daniel Sandler
2013-04-04 14:30:04 -04:00
committed by Android (Google) Code Review
parent e44f5e2bd6
commit 79b9bfe56e
8 changed files with 502 additions and 0 deletions

View File

@@ -840,4 +840,5 @@ public class Settings extends PreferenceActivity
public static class DreamSettingsActivity extends Settings { /* empty */ }
public static class NotificationStationActivity extends Settings { /* empty */ }
public static class UserSettingsActivity extends Settings { /* empty */ }
public static class NotificationAccessSettingsActivity extends Settings { /* empty */ }
}