diff options
author | Danny Lin <danny@kdrag0n.dev> | 2020-12-12 01:53:06 -0800 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2023-08-16 15:56:54 +0800 |
commit | 0732579e0cb557916ec866c1ffa633a46fa91d94 (patch) | |
tree | 775af94da6060a7b86a9619e13b525ab263737af | |
parent | cf24436132bc73f71644c9d93c74d4983d666682 (diff) |
gs201: Configure ConnectivityThermalPowerManager
Extracted from stock RQ1A.201205.010 on redfin.
Change-Id: I71ad5adf9bf64bb1e30354446220d5769a9d44ca
-rw-r--r-- | overlay-ice/packages/apps/SimpleDeviceConfig/res/values/config.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/overlay-ice/packages/apps/SimpleDeviceConfig/res/values/config.xml b/overlay-ice/packages/apps/SimpleDeviceConfig/res/values/config.xml new file mode 100644 index 00000000..3b01e402 --- /dev/null +++ b/overlay-ice/packages/apps/SimpleDeviceConfig/res/values/config.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + Copyright (C) 2020 The Proton AOSP 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> + <string-array name="configs_device"> + <!-- ConnectivityThermalPowerManager 5G modem monitoring rules --> + <item>connectivity_thermal_power_manager/cellular_thermal_thermal_status_action_list=</item> + <item>connectivity_thermal_power_manager/sub6_approved_carrier_ids=1839,2126,2032,2146,1802,1849,1187,1,1788,1951,1952,1989,1404,2020,1403,1962,576,2021,1895,2008,1505,2,2101,2102,2103,2104,2419,28,718,1492,25,2147,2397,3,,1453,1454,1456,1993,2360,2361,32,27,1487,1958,2016,1345,1353,15,30,850,1894,2100,1581,2110,2109,1888,1881,1884,31,1707</item> + <item>connectivity_thermal_power_manager/sub6_device_supported=true</item> + </string-array> +</resources> |