sdm660-common: overlay: FrameworksOverlay: arrow: move some values to arrow specific configs

This commit is contained in:
pix106 2022-12-30 09:38:55 +01:00
parent 8ae7ec4e6e
commit 4e84399bb8
4 changed files with 75 additions and 21 deletions

View file

@ -0,0 +1,25 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2021 ArrowOS
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- The list of components which should be automatically disabled for a specific device.
Note: this MUST not be used to randomly disable components, ask for approval first! -->
<string-array name="config_deviceDisabledComponents" translatable="false">
<item>com.google.android.gms/com.google.android.gms.nearby.discovery.service.DiscoveryService</item>
<item>com.google.android.gms/com.google.android.gms.nearby.messages.service.NearbyMessagesService</item>
<item>com.google.android.gms/com.google.android.gms.nearby.discovery.service.DiscoveryService</item>
</string-array>
</resources>

View file

@ -0,0 +1,19 @@
<!--
Copyright (C) 2018-2021 ArrowOS
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- Is the battery LED intrusive? Used to decide if there should be a disable option -->
<bool name="config_intrusiveBatteryLed">true</bool>
</resources>

View file

@ -791,9 +791,6 @@
provisioning, availability etc --> provisioning, availability etc -->
<bool name="config_carrier_wfc_ims_available">true</bool> <bool name="config_carrier_wfc_ims_available">true</bool>
<!-- Is the battery LED intrusive? Used to decide if there should be a disable option -->
<bool name="config_intrusiveBatteryLed">true</bool>
<!-- Is the notification LED intrusive? Used to decide if there should be a disable option --> <!-- Is the notification LED intrusive? Used to decide if there should be a disable option -->
<bool name="config_intrusiveNotificationLed">true</bool> <bool name="config_intrusiveNotificationLed">true</bool>
@ -976,27 +973,9 @@
to have a confirmed way to dismiss the keyboard when desired. --> to have a confirmed way to dismiss the keyboard when desired. -->
<bool name="config_automotiveHideNavBarForKeyboard">true</bool> <bool name="config_automotiveHideNavBarForKeyboard">true</bool>
<!-- The list of components which should be automatically disabled for a specific device. -->
<string-array name="config_deviceDisabledComponents" translatable="false">
<item>com.google.android.gms/com.google.android.gms.nearby.discovery.service.DiscoveryService</item>
<item>com.google.android.gms/com.google.android.gms.nearby.messages.service.NearbyMessagesService</item>
<item>com.google.android.gms/com.google.android.gms.nearby.discovery.service.DiscoveryService</item>
</string-array>
<!-- Configuration to enable non-default PDP during IWLAN --> <!-- Configuration to enable non-default PDP during IWLAN -->
<bool name="config_feature_iwlan_enabled">true</bool> <bool name="config_feature_iwlan_enabled">true</bool>
<!-- IWLAN data service package name to bind to by default. If none is specified in an overlay, an
empty string is passed in -->
<string translatable="false" name="config_wlan_data_service_package">vendor.qti.iwlan</string>
<!-- IWLAN network service package name to bind to by default. If none is specified in an overlay, an
empty string is passed in -->
<string translatable="false" name="config_wlan_network_service_package">vendor.qti.iwlan</string>
<!-- Telephony qualified networks service package name to bind to by default. -->
<string translatable="false" name="config_qualified_networks_service_package">vendor.qti.iwlan</string>
<!-- Specify custom blanking delay of the display --> <!-- Specify custom blanking delay of the display -->
<integer name="config_screen_off_delay">0</integer> <integer name="config_screen_off_delay">0</integer>

View file

@ -0,0 +1,31 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2022 The Android Open Source Project
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- IWLAN data service package name to bind to by default. If none is specified in an overlay, an
empty string is passed in -->
<string translatable="false" name="config_wlan_data_service_package">vendor.qti.iwlan</string>
<!-- IWLAN network service package name to bind to by default. If none is specified in an overlay, an
empty string is passed in -->
<string translatable="false" name="config_wlan_network_service_package">vendor.qti.iwlan</string>
<!-- Telephony qualified networks service package name to bind to by default. -->
<string translatable="false" name="config_qualified_networks_service_package">vendor.qti.iwlan</string>
</resources>