blob: 29808166b820632d8c7ac910d0ef25cd76a54468 [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 -->
Simon Shields9b59f272016-12-29 11:00:19 +110021 <string name="stats_cm_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
28 touchscreen gestures advertised by the device's CMHW impl. -->
29 <integer-array name="config_defaultTouchscreenGestureActions" />
Steve Kondikcd4f0ee2016-09-26 00:23:57 -070030</resources>