blob: 4236b278a748a788becbd516dab1a9b74fac66d2 [file] [log] [blame]
Steve Kondikcd4f0ee2016-09-26 00:23:57 -07001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2016 The CyanogenMod Project
Simon Shieldsae1f1242016-12-27 21:29:31 +11003 (C) 2017 The LineageOS Project
Steve Kondikcd4f0ee2016-09-26 00:23:57 -07004
5 Licensed under the Apache License, Version 2.0 (the "License");
6 you may not use this file except in compliance with the License.
7 You may obtain a copy of the License at
8
9 http://www.apache.org/licenses/LICENSE-2.0
10
11 Unless required by applicable law or agreed to in writing, software
12 distributed under the License is distributed on an "AS IS" BASIS,
13 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 See the License for the specific language governing permissions and
15 limitations under the License.
16-->
17
18<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
19
Simon Shields3e7c0282016-12-27 21:36:39 +110020 <!-- Metrics server endpoint -->
Sam Mortimer32a2abb2017-09-18 21:40:24 -070021 <string name="stats_lineage_url">https://stats.lineageos.org/api/v1/stats</string>
Steve Kondikcd4f0ee2016-09-26 00:23:57 -070022
Steve Kondik3b9691d2016-10-08 21:42:35 -070023 <!-- When true, weather options will be displayed in settings dashboard -->
24 <bool name="config_showWeatherMenu">true</bool>
25
Zhao Wei Liew2ccca732017-01-21 00:51:22 +080026 <!-- Default action ids for a device's touchscreen gestures
27 The array should be sorted in the same order as the
Sam Mortimer32a2abb2017-09-18 21:40:24 -070028 touchscreen gestures advertised by the device's LineageHW impl. -->
Zhao Wei Liew2ccca732017-01-21 00:51:22 +080029 <integer-array name="config_defaultTouchscreenGestureActions" />
Vladimir Oltean8dfec202018-05-07 22:55:27 +030030
31 <!-- The position of the volume rocker, as opposed to the natural
32 orientation of the display.
33 Currently used for the volume button re-orient functionality.
34 This integer should be set to:
35
36 1 - if the volume rocker is on (or parallel to) one the lateral
37 sides, relative to the natural orientation of the display
38 (true for all phones and some tablets)
39 2 - the volume rocker is on (or parallel to) the top or bottom,
40 relative to the natural orientation of the display
41 (true for some tablets) -->
42 <integer name="config_volumeRockerVsDisplayOrientation">1</integer>
43
Steve Kondikcd4f0ee2016-09-26 00:23:57 -070044</resources>