diff --git a/AndroidManifest.xml b/AndroidManifest.xml index cd783d98970..d988feaada7 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1325,7 +1325,7 @@ + android:value="@string/menu_key_priority_modes" /> diff --git a/aconfig/settings_connecteddevice_flag_declarations.aconfig b/aconfig/settings_connecteddevice_flag_declarations.aconfig index b2550965371..ee0c233614f 100644 --- a/aconfig/settings_connecteddevice_flag_declarations.aconfig +++ b/aconfig/settings_connecteddevice_flag_declarations.aconfig @@ -1,13 +1,6 @@ package: "com.android.settings.flags" container: "system_ext" -flag { - name: "enable_subsequent_pair_settings_integration" - namespace: "pixel_cross_device_control" - description: "Gates whether to enable subsequent pair Settings integration." - bug: "299405720" -} - flag { name: "rotation_connected_display_setting" namespace: "display_manager" @@ -47,4 +40,4 @@ flag { metadata { purpose: PURPOSE_BUGFIX } -} \ No newline at end of file +} diff --git a/aconfig/settings_flag_declarations.aconfig b/aconfig/settings_flag_declarations.aconfig index 0007bbffb75..983d4b3e6d9 100644 --- a/aconfig/settings_flag_declarations.aconfig +++ b/aconfig/settings_flag_declarations.aconfig @@ -56,3 +56,10 @@ flag { description: "This flag controls the About phone > Legal information page migration" bug: "323791114" } + +flag { + name: "updated_suggestion_card_aosp" + namespace: "android_settings" + description: "Use updated suggestion card(s) in AOSP Settings" + bug: "323258154" +} diff --git a/res/drawable/suggestion_icon_background.xml b/res/drawable/suggestion_icon_background.xml new file mode 100644 index 00000000000..a6dee4836cf --- /dev/null +++ b/res/drawable/suggestion_icon_background.xml @@ -0,0 +1,23 @@ + + + + + + \ No newline at end of file diff --git a/res/layout/dialog_custom_title_audio_sharing.xml b/res/layout/dialog_custom_title_audio_sharing.xml index 86e00108e9a..692cbc79a51 100644 --- a/res/layout/dialog_custom_title_audio_sharing.xml +++ b/res/layout/dialog_custom_title_audio_sharing.xml @@ -35,7 +35,8 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_gravity="center" - android:maxLines="2" + android:maxLines="3" + android:ellipsize="end" android:paddingTop="14dp" android:textAlignment="center" android:textSize="24sp" /> diff --git a/res/layout/suggestion_tile.xml b/res/layout/suggestion_tile.xml new file mode 100644 index 00000000000..fcb0d4f78a1 --- /dev/null +++ b/res/layout/suggestion_tile.xml @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/values/dimens.xml b/res/values/dimens.xml index 689262fa3e8..2a9b4334e29 100755 --- a/res/values/dimens.xml +++ b/res/values/dimens.xml @@ -297,6 +297,7 @@ 4dp 14dp 16dp + 18dp 16dp @*android:dimen/config_dialogCornerRadius 12dp diff --git a/res/values/menu_keys.xml b/res/values/menu_keys.xml index 27e9639122a..36fdb818c6c 100755 --- a/res/values/menu_keys.xml +++ b/res/values/menu_keys.xml @@ -24,6 +24,7 @@ top_level_battery top_level_storage top_level_sound + top_level_priority_modes top_level_display top_level_wallpaper top_level_accessibility diff --git a/res/values/strings.xml b/res/values/strings.xml index 7b7dd196e91..56d13a22209 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -937,7 +937,7 @@ Face, fingerprints, and %s added - Identity Check is on + Identity Check is on and requires a biometric Remote Authenticator Unlock diff --git a/res/values/styles.xml b/res/values/styles.xml index c02378e3f7c..70d3670cebb 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -1017,4 +1017,22 @@ @null + + + + + + diff --git a/res/xml/configure_notification_settings.xml b/res/xml/configure_notification_settings.xml index 1e5b241ea82..b673a0839b0 100644 --- a/res/xml/configure_notification_settings.xml +++ b/res/xml/configure_notification_settings.xml @@ -135,15 +135,6 @@ settings:controller="com.android.settings.notification.zen.ZenModePreferenceController" /> - - + diff --git a/res/xml/modes_list_settings.xml b/res/xml/modes_list_settings.xml index 5c672187205..e9b059c304d 100644 --- a/res/xml/modes_list_settings.xml +++ b/res/xml/modes_list_settings.xml @@ -18,7 +18,8 @@ + android:title="@string/zen_modes_list_title" + android:key="modes_list_settings"> diff --git a/res/xml/sound_settings.xml b/res/xml/sound_settings.xml index 393009ec920..15312c8b067 100644 --- a/res/xml/sound_settings.xml +++ b/res/xml/sound_settings.xml @@ -105,14 +105,6 @@ settings:keywords="@string/keywords_sounds_and_notifications_interruptions" settings:controller="com.android.settings.notification.zen.ZenModePreferenceController"/> - - + + + +