Use the Modes icon in the "dummy" ModesActivity

So that newly-created Modes Settings shortcuts have it (a different CL will update previous shortcuts).

Bug: 365545604
Change-Id: I74760bde4c40646b0571e0b7dad6383729f470f7
Test: manual
Flag: android.app.modes_ui
This commit is contained in:
Matías Hernández
2024-09-11 15:55:16 +00:00
parent bf992fcfc7
commit 1e49ce2482

View File

@@ -1293,7 +1293,7 @@
<activity <activity
android:name="Settings$ModesSettingsActivity" android:name="Settings$ModesSettingsActivity"
android:label="@string/zen_modes_list_title" android:label="@string/zen_modes_list_title"
android:icon="@drawable/ic_homepage_notification" android:icon="@*android:drawable/ic_zen_priority_modes"
android:exported="true"> android:exported="true">
<intent-filter android:priority="1" <intent-filter android:priority="1"
android:featureFlag="android.app.modes_ui"> android:featureFlag="android.app.modes_ui">