Merge "Send APP_NOTIFICATION_PROMOTION_SETTINGS intent to the preference" into main

This commit is contained in:
Yuri Lin
2025-01-06 10:59:50 -08:00
committed by Android (Google) Code Review
4 changed files with 135 additions and 1 deletions

View File

@@ -4114,6 +4114,11 @@
<action android:name="android.settings.APP_NOTIFICATION_SETTINGS" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
<intent-filter android:priority="2"
android:featureFlag="android.app.ui_rich_ongoing">
<action android:name="android.settings.APP_NOTIFICATION_PROMOTION_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.app.AppNotificationSettings" />
<meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"