summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorSimon Shields <keepcalm444@gmail.com>2016-12-27 21:36:39 +1100
committerZhao Wei Liew <zhaoweiliew@gmail.com>2016-12-31 14:16:01 +0000
commit640c391b1521005d99f54165ff20fd47a2a13d2d (patch)
tree85c9b677a4ba43e36a5c6bed73e91ce02d1e7a06 /res
parent3a22b88a268939c01b9d027308d551a5f7930690 (diff)
downloadpackages_apps_Settings-640c391b1521005d99f54165ff20fd47a2a13d2d.zip
packages_apps_Settings-640c391b1521005d99f54165ff20fd47a2a13d2d.tar.gz
packages_apps_Settings-640c391b1521005d99f54165ff20fd47a2a13d2d.tar.bz2
Settings: cmstats: Stop sending stats to cyngn servers
Change-Id: I30fa515f924f368b6cd7016ba03f366affaa6e5e
Diffstat (limited to 'res')
-rwxr-xr-xres/values/config.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/res/values/config.xml b/res/values/config.xml
index aa97d3c..c93d6f3 100755
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2007 The Android Open Source Project
+ (C) 2017 The LineageOS Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -50,10 +51,8 @@
<!-- Config to enable duplicate APN checking. When true, disallows adding new duplicate APNs -->
<bool name="config_enable_duplicate_apn_checking">false</bool>
- <!-- Metrics server endpoints -->
+ <!-- Metrics server endpoint -->
<string name="stats_cm_url">https://stats.cyanogenmod.org/submit</string>
- <string name="stats_cyanogen_url">https://shopvac.cyngn.com/community/heartbeat</string>
- <string name="stats_cyanogen_token_url">https://account.cyngn.com/api/v1/community/heartbeat_token</string>
<!-- Display ro.product.name above Device model -->
<bool name="config_displayDeviceName">false</bool>