Merge "Add the config_show_sim_info to control the DataUsageSummary SHORTCUT" into udc-qpr-dev am: 6bd2ecf6fb am: 57d30006d5

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/24499553

Change-Id: I1b3b18fc4557822ce56d5115196c1229513b9cbb
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
SongFerng Wang
2023-08-28 19:19:32 +00:00
committed by Automerger Merge Worker
2 changed files with 2 additions and 0 deletions

View File

@@ -3287,6 +3287,7 @@
android:name="Settings$DataUsageSummaryActivity" android:name="Settings$DataUsageSummaryActivity"
android:label="@string/data_usage_summary_title" android:label="@string/data_usage_summary_title"
android:exported="true" android:exported="true"
android:enabled="@bool/config_show_sim_info"
android:icon="@drawable/ic_homepage_data_usage"> android:icon="@drawable/ic_homepage_data_usage">
<intent-filter android:priority="1"> <intent-filter android:priority="1">
<action android:name="android.settings.DATA_USAGE_SETTINGS" /> <action android:name="android.settings.DATA_USAGE_SETTINGS" />

View File

@@ -24,6 +24,7 @@
<shortcut <shortcut
android:shortcutId="manifest-shortcut-data-usage" android:shortcutId="manifest-shortcut-data-usage"
android:icon="@drawable/ic_shortcut_data_usage" android:icon="@drawable/ic_shortcut_data_usage"
android:enabled="@bool/config_show_sim_info"
android:shortcutShortLabel="@string/data_usage_summary_title"> android:shortcutShortLabel="@string/data_usage_summary_title">
<intent <intent
android:action="android.intent.action.MAIN" android:action="android.intent.action.MAIN"