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:
committed by
Android (Google) Code Review
parent
e44f5e2bd6
commit
79b9bfe56e
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user