summaryrefslogtreecommitdiffstats
path: root/overlay/frameworks/base/core/res/res/values/config.xml
blob: 56c9a6c73207703b31f1e70cf8707e21eb5ecaca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0" encoding="utf-8"?>
<!--
 Copyright (C) 2012 Paul Kocialkowski <contact@paulk.fr>

 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation, either version 3 of the License, or
 (at your option) any later version.

 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.

 You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 -->

<resources>
	<bool name="config_unplugTurnsOnScreen">true</bool>

	<bool name="config_showNavigationBar">true</bool>

	<bool name="config_useDevInputEventForAudioJack">true</bool>

	<integer name="config_screenBrightnessSettingMinimum">10</integer>
	<integer name="config_screenBrightnessDim">15</integer>

	<string-array translatable="false" name="networkAttributes">
		<item>"wifi,1,1,1,-1,true"</item>
	</string-array>

	<string-array translatable="false" name="radioAttributes">
		<item>"1,1"</item>
	</string-array>

	<bool translatable="false" name="config_wifi_dual_band_support">false</bool>
	<bool translatable="false" name="config_wifi_p2p_support">false</bool>
</resources>