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

@@ -58,6 +58,13 @@
android:summaryOff="@string/verify_applications_summary"
android:summaryOn="@string/verify_applications_summary"
android:persistent="false" />
<Preference
android:key="manage_notification_access"
android:title="@string/manage_notification_access"
android:persistent="false"
android:fragment="com.android.settings.NotificationAccessSettings"/>
</PreferenceCategory>
<PreferenceCategory android:key="credentials_management"