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

Commit 53760b51 authored by Tommaso Fonda's avatar Tommaso Fonda
Browse files

overlay: Move config_hspa_data_distinguishable to proper location

It was moved to SettingsLib in Android 12.

Change-Id: Ia2dd5fd0af5edeb872abfc870c003e6ecaf43b1f
parent 5a95d432
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
     Copyright (C) 2023 The LineageOS Project
     SPDX-License-Identifier: Apache-2.0
-->
<!-- These resources are around just to allow their values to be customized -->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <!-- Control whether status bar should distinguish HSPA data icon form UMTS
    data icon on devices -->
    <bool name="config_hspa_data_distinguishable">true</bool>
</resources>
+0 −4
Original line number Diff line number Diff line
@@ -18,10 +18,6 @@
<!-- These resources are around just to allow their values to be customized
     for different hardware and product builds. -->
<resources>
    <!-- Control whether status bar should distinguish HSPA data icon
         from UMTS data icon on devices -->
    <bool name="config_hspa_data_distinguishable">true</bool>

    <!-- SystemUI Plugins that can be loaded on user builds. -->
    <string-array name="config_pluginAllowlist" translatable="false">
        <item>com.android.systemui</item>