Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 57d30006 authored by SongFerng Wang's avatar SongFerng Wang Committed by Automerger Merge Worker
Browse files

Merge "Add the config_show_sim_info to control the DataUsageSummary SHORTCUT"...

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

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



Change-Id: I4ba8f478f5fc392cd90fc20d551d214c1a4c9ac9
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents b1ceb4cc 6bd2ecf6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3279,6 +3279,7 @@
            android:name="Settings$DataUsageSummaryActivity"
            android:label="@string/data_usage_summary_title"
            android:exported="true"
            android:enabled="@bool/config_show_sim_info"
            android:icon="@drawable/ic_homepage_data_usage">
            <intent-filter android:priority="1">
                <action android:name="android.settings.DATA_USAGE_SETTINGS" />
+1 −0
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@
    <shortcut
        android:shortcutId="manifest-shortcut-data-usage"
        android:icon="@drawable/ic_shortcut_data_usage"
        android:enabled="@bool/config_show_sim_info"
        android:shortcutShortLabel="@string/data_usage_summary_title">
        <intent
            android:action="android.intent.action.MAIN"