summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorSimon Shields <keepcalm444@gmail.com>2016-12-29 11:00:19 +1100
committerZhao Wei Liew <zhaoweiliew@gmail.com>2017-01-08 19:19:29 +0800
commit8535ca7c5b3eb96be20ef16c33d805ebe5bfbbf0 (patch)
tree27effea4a5f4811e97873c06c0522cdd5e81a12e /res
parented584932ca159e2e49add95f766cb743bf84a960 (diff)
downloadpackages_apps_Settings-8535ca7c5b3eb96be20ef16c33d805ebe5bfbbf0.zip
packages_apps_Settings-8535ca7c5b3eb96be20ef16c33d805ebe5bfbbf0.tar.gz
packages_apps_Settings-8535ca7c5b3eb96be20ef16c33d805ebe5bfbbf0.tar.bz2
Settings: CMStats: use new server-side API
* version the API * instead of sending a POST request with parameters, POST a json blob. Change-Id: I1e83f85ca833b823dfd23eacbc8309d9eeee72a9
Diffstat (limited to 'res')
-rwxr-xr-xres/values/config.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/config.xml b/res/values/config.xml
index c93d6f3..b7ccf9b 100755
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -52,7 +52,7 @@
<bool name="config_enable_duplicate_apn_checking">false</bool>
<!-- Metrics server endpoint -->
- <string name="stats_cm_url">https://stats.cyanogenmod.org/submit</string>
+ <string name="stats_cm_url">https://stats.lineageos.org/api/v1/stats</string>
<!-- Display ro.product.name above Device model -->
<bool name="config_displayDeviceName">false</bool>