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

Commit 399abf45 authored by Fang Yunong's avatar Fang Yunong Committed by Gerrit - the friendly Code Review server
Browse files

Settings:Fix settings config of show video call total data usage

Change to use the framework video call data usage config.

Change-Id: Ie29246173e79249c1d37b8c678ad192ce1d524ef
CRs-Fixed: 1039373
parent 36ad5405
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -46,8 +46,6 @@
    <!-- When true enable color temperature setting. -->
    <bool name="config_enableColorTemperature">false</bool>

    <bool name="config_video_call_datausage_enable">false</bool>

    <!-- carrier tethering default ssid and password begin -->
    <bool name="use_empty_password_default">false</bool>
    <bool name="hotspot_default_ssid_with_imei_enable">false</bool>
+1 −1
Original line number Diff line number Diff line
@@ -448,7 +448,7 @@ public class DataUsageList extends DataUsageBase {
                collapseKey = uid;
                category = AppItem.CATEGORY_APP;
            } else if ((ai != null) && (uid == ai.uid) && getContext().getResources().getBoolean(
                    R.bool.config_video_call_datausage_enable)){
                    com.android.internal.R.bool.config_video_call_datausage_enable)){
                collapseKey = uid;
                category = AppItem.CATEGORY_APP;
            } else {