universal7580: Enable Wi-Fi Display
[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
ad397f07
LD
32 <!-- If device supports corner radius on windows.
33 This should be turned off on low-end devices to improve animation performance. -->
34 <bool name="config_supportsRoundedCornersOnWindows">false</bool>
35
87561bd0
DT
36 <!-- Set this to true to enable the platform's auto-power-save modes like doze and
37 app standby. These are not enabled by default because they require a standard
38 cloud-to-device messaging service for apps to interact correctly with the modes
39 (such as to be able to deliver an instant message to the device even when it is
40 dozing). This should be enabled if you have such services and expect apps to
41 correctly use them when installed on your device. Otherwise, keep this disabled
42 so that applications can still use their own mechanisms. -->
1f3935bd 43 <bool name="config_enableAutoPowerModes">true</bool>
86a1b540
NJ
44
45 <!-- AOSP WFD -->
46 <bool name="config_enableWifiDisplay">true</bool>
47
1f3935bd 48</resources>