Change config and power_profile

import from stock huawei
This commit is contained in:
Raphael Mounier 2023-03-04 19:39:24 +01:00
parent 9e4af06e61
commit 0ac4d338a9
2 changed files with 65 additions and 81 deletions

View file

@ -140,8 +140,7 @@
USB interfaces. If the device doesn't want to support tething over USB this should
be empty. An example would be "usb.*" -->
<string-array translatable="false" name="config_tether_usb_regexs">
<item>"usb\\d"</item>
<item>"rndis\\d"</item>
<item>rndis0</item>
</string-array>
<!-- List of regexpressions describing the interface (if any) that represent tetherable
@ -228,4 +227,6 @@
<bool name="config_wifi_softap_ieee80211ac_supported">false</bool>
<bool name="config_wifi_turn_off_during_emergency_call">false</bool>
<bool name="config_zramWriteback">false</bool>
</resources>

View file

@ -1,21 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
** Copyright 2009, 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.
*/
-->
<device name="Android">
<item name="ambient.on">0.1</item>
<item name="screen.on">0.1</item>