diff options
| author | audahadi <wan.audahadi@gmail.com> | 2016-12-20 10:57:29 +0800 |
|---|---|---|
| committer | audahadi <wan.audahadi@gmail.com> | 2016-12-20 13:44:09 +0800 |
| commit | a058329cdfb238982c9ad042b96e51dfab0edd94 (patch) | |
| tree | 27de7a064893b569890cda083bcdcb84306827b7 | |
| parent | b2f4297a6cbf545c5de4d3b28568f4a83d85da44 (diff) | |
Z010D: Add JSON API URL for custom OTA updates
| -rw-r--r-- | overlay/packages/apps/CMUpdater/res/values/config.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/overlay/packages/apps/CMUpdater/res/values/config.xml b/overlay/packages/apps/CMUpdater/res/values/config.xml new file mode 100644 index 0000000..d402092 --- /dev/null +++ b/overlay/packages/apps/CMUpdater/res/values/config.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2016 The CyanogenMod Project + Licensed under the GNU GPLv2 license + The text of the license can be found in the LICENSE file + or at https://www.gnu.org/licenses/gpl-2.0.txt +--> +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string name="conf_update_server_url_def" translatable="false">https://raw.githubusercontent.com/audahadi/CMUpdater-API/cm-14.1/Z00ED/api.json</string> +</resources> |
