universal7580: overlay: Move tethering overlays
[GitHub/LineageOS/android_device_samsung_universal7580-common.git] / overlay / frameworks / base / core / res / res / values / config.xml
CommitLineData
1f3935bd 1<?xml version="1.0" encoding="utf-8"?>
2<!--
3/*
87561bd0 4** Copyright 2009, The Android Open Source Project
1f3935bd 5**
6** Licensed under the Apache License, Version 2.0 (the "License");
7** you may not use this file except in compliance with the License.
8** You may obtain a copy of the License at
9**
10** http://www.apache.org/licenses/LICENSE-2.0
11**
12** Unless required by applicable law or agreed to in writing, software
13** distributed under the License is distributed on an "AS IS" BASIS,
14** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15** See the License for the specific language governing permissions and
16** limitations under the License.
17*/
18-->
19
20<!-- These resources are around just to allow their values to be customized
87561bd0
DT
21 for different hardware and product builds. Do not translate.
22 NOTE: The naming convention is "config_camelCaseValue". Some legacy
23 entries do not follow the convention, but all new entries should. -->
1f3935bd 24
87561bd0 25<resources>
1f3935bd 26 <!-- If this is true, the screen will come on when you unplug usb/power/whatever. -->
27 <bool name="config_unplugTurnsOnScreen">true</bool>
28
1f3935bd 29 <!-- Indicate whether the SD card is accessible without removing the battery. -->
30 <bool name="config_batterySdCardAccessibility">true</bool>
31
87561bd0
DT
32 <!-- Safe headphone volume index. When music stream volume is below this index
33 the SPL on headphone output is compliant to EN 60950 requirements for portable music
34 players. -->
1f3935bd 35 <integer name="config_safe_media_volume_index">7</integer>
36
ad397f07
LD
37 <!-- If device supports corner radius on windows.
38 This should be turned off on low-end devices to improve animation performance. -->
39 <bool name="config_supportsRoundedCornersOnWindows">false</bool>
40
87561bd0
DT
41 <!-- Set this to true to enable the platform's auto-power-save modes like doze and
42 app standby. These are not enabled by default because they require a standard
43 cloud-to-device messaging service for apps to interact correctly with the modes
44 (such as to be able to deliver an instant message to the device even when it is
45 dozing). This should be enabled if you have such services and expect apps to
46 correctly use them when installed on your device. Otherwise, keep this disabled
47 so that applications can still use their own mechanisms. -->
1f3935bd 48 <bool name="config_enableAutoPowerModes">true</bool>
1f3935bd 49</resources>