overlay: Move config_hspa_data_distinguishable to proper location
It was moved to SettingsLib in Android 12. Change-Id: Ia2dd5fd0af5edeb872abfc870c003e6ecaf43b1f
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?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>
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user