Skip to content

Commit

Permalink
Revert "Settings: Move AICPExtras to the top"
Browse files Browse the repository at this point in the history
Revert submission 121394-Feature Suggestion

Reason for revert: was merged by accident

Reverted changes: /q/submissionid:121394-Feature+Suggestion

Change-Id: I9c2241fd0c8ef42715632d504e6e8c6df6def888
  • Loading branch information
Claymore1297 authored and Gerrit Code Review committed Oct 3, 2024
1 parent 5072196 commit 353bc24
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions res/xml/top_level_settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,11 @@
xmlns:settings="http://schemas.android.com/apk/res-auto"
android:key="top_level_settings">

<com.android.settings.widget.HomepagePreference
android:key="top_level_ae"
android:title="@string/aicpextras_title"
android:summary="@string/aicpextras_summary"
android:icon="@drawable/ic_settings_aicpextras"
android:fragment="com.android.settings.aicp.StartAe"
android:order="-150"/>

<com.android.settings.widget.HomepagePreference
android:fragment="com.android.settings.network.NetworkDashboardFragment"
android:icon="@drawable/ic_settings_wireless"
android:key="top_level_network"
android:order="-145"
android:order="-150"
android:title="@string/network_dashboard_title"
android:summary="@string/summary_placeholder"
settings:highlightableMenuKey="@string/menu_key_network"
Expand All @@ -42,7 +34,7 @@
android:fragment="com.android.settings.communal.CommunalDashboardFragment"
android:icon="@drawable/ia_settings_communal"
android:key="top_level_communal"
android:order="-140"
android:order="-145"
android:title="@string/communal_settings_title"
android:summary="@string/communal_settings_summary"
settings:highlightableMenuKey="@string/menu_key_communal"
Expand All @@ -52,7 +44,7 @@
android:fragment="com.android.settings.connecteddevice.ConnectedDeviceDashboardFragment"
android:icon="@drawable/ic_devices_other"
android:key="top_level_connected_devices"
android:order="-135"
android:order="-140"
android:title="@string/connected_devices_dashboard_title"
android:summary="@string/connected_devices_dashboard_default_summary"
settings:highlightableMenuKey="@string/menu_key_connected_devices"
Expand All @@ -67,6 +59,14 @@
android:summary="@string/app_and_notification_dashboard_summary"
settings:highlightableMenuKey="@string/menu_key_apps"/>

<com.android.settings.widget.HomepagePreference
android:key="top_level_ae"
android:title="@string/aicpextras_title"
android:summary="@string/aicpextras_summary"
android:icon="@drawable/ic_settings_aicpextras"
android:fragment="com.android.settings.aicp.StartAe"
android:order="-125"/>

<com.android.settings.widget.HomepagePreference
android:fragment="com.android.settings.notification.ConfigureNotificationSettings"
android:icon="@drawable/ic_notifications"
Expand Down

0 comments on commit 353bc24

Please sign in to comment.