Steve Kondik | cd4f0ee | 2016-09-26 00:23:57 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- Copyright (C) 2016 The CyanogenMod Project |
Simon Shields | ae1f124 | 2016-12-27 21:29:31 +1100 | [diff] [blame] | 3 | (C) 2017 The LineageOS Project |
Steve Kondik | cd4f0ee | 2016-09-26 00:23:57 -0700 | [diff] [blame] | 4 | |
| 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 Shields | 3e7c028 | 2016-12-27 21:36:39 +1100 | [diff] [blame] | 20 | <!-- Metrics server endpoint --> |
Simon Shields | 9b59f27 | 2016-12-29 11:00:19 +1100 | [diff] [blame] | 21 | <string name="stats_cm_url">https://stats.lineageos.org/api/v1/stats</string> |
Steve Kondik | cd4f0ee | 2016-09-26 00:23:57 -0700 | [diff] [blame] | 22 | |
Steve Kondik | 3b9691d | 2016-10-08 21:42:35 -0700 | [diff] [blame] | 23 | <!-- When true, weather options will be displayed in settings dashboard --> |
| 24 | <bool name="config_showWeatherMenu">true</bool> |
| 25 | |
Zhao Wei Liew | 2ccca73 | 2017-01-21 00:51:22 +0800 | [diff] [blame] | 26 | <!-- 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 Kondik | cd4f0ee | 2016-09-26 00:23:57 -0700 | [diff] [blame] | 30 | </resources> |