Merge "Expose Lock screen notifications settings page." into main

This commit is contained in:
Yining Liu
2024-12-17 16:21:30 -08:00
committed by Android (Google) Code Review
3 changed files with 21 additions and 0 deletions

View File

@@ -1686,6 +1686,22 @@
android:value="true" />
</activity>
<activity
android:name=".Settings$LockScreenNotificationsSettingsActivity"
android:label="@string/lock_screen_notifs_title"
android:exported="true">
<intent-filter android:priority="1">
<action android:name="android.settings.LOCK_SCREEN_NOTIFICATIONS_SETTINGS" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
<meta-data android:name="com.android.settings.FRAGMENT_CLASS"
android:value="com.android.settings.notification.LockScreenNotificationsPreferencePageFragment" />
<meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
android:value="@string/menu_key_display"/>
<meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
android:value="true" />
</activity>
<activity
android:name=".Settings$BlueToothPairingActivity"
android:label="@string/bluetooth_pairing_page_title"