Skip to content

Commit

Permalink
overlay: Move config_hspa_data_distinguishable to proper location
Browse files Browse the repository at this point in the history
It was moved to SettingsLib in Android 12.

Change-Id: Ia2dd5fd0af5edeb872abfc870c003e6ecaf43b1f
  • Loading branch information
Tomoms authored and basamaryan committed Sep 20, 2023
1 parent 88d9dbc commit 101cf9d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
@@ -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>
Expand Up @@ -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>
Expand Down

0 comments on commit 101cf9d

Please sign in to comment.