Remove 'Hide Sensitive Notifications' item from PS settings page
Remove the hide sensitive notifications toggle, but keep private space sensitive notifications always hidden on lockscreen Bug: 329657118 Test: atest PrivateSpaceMaintainerTest Test: Manual - verified that PS sensitive notifications are always hidden on lockscreen. Change-Id: Id4229c11a2c5a3a4d3fedaf710c51f25af64bf86
This commit is contained in:
@@ -59,17 +59,6 @@
|
||||
|
||||
</PreferenceCategory>
|
||||
|
||||
<PreferenceCategory
|
||||
android:title="@string/private_space_apps_and_notifications_header">
|
||||
|
||||
<com.android.settingslib.RestrictedSwitchPreference
|
||||
android:key="private_space_sensitive_notifications"
|
||||
android:title="@string/private_space_notifications_title"
|
||||
android:summary="@string/private_space_sensitive_notifications_description"
|
||||
settings:controller="com.android.settings.privatespace.HidePrivateSpaceSensitiveNotificationsController" />
|
||||
|
||||
</PreferenceCategory>
|
||||
|
||||
<PreferenceCategory
|
||||
android:title="@string/private_space_category_system">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user