summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorSteve Kondik <steve@cyngn.com>2015-06-11 01:51:13 -0700
committerSteve Kondik <steve@cyngn.com>2015-06-11 13:32:14 -0700
commit2a6fcc0f35a6e7df9d50d0f90a482c8695d0db55 (patch)
tree174366ea6995a71d1d081f989da6c8d99dffa838 /res
parent7d006588505d1ccc1a04cf9080851f0a7abeca66 (diff)
downloadandroid_packages_apps_Trebuchet-2a6fcc0f35a6e7df9d50d0f90a482c8695d0db55.tar.gz
android_packages_apps_Trebuchet-2a6fcc0f35a6e7df9d50d0f90a482c8695d0db55.tar.bz2
android_packages_apps_Trebuchet-2a6fcc0f35a6e7df9d50d0f90a482c8695d0db55.zip
trebuchet: Externalize backup API key string
* Reference a value which can be overlayed for the API key so we can enable backups. Change-Id: If52dcde2acd9197b4b3141ba26d91d579a246a4e
Diffstat (limited to 'res')
-rw-r--r--res/values/config.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/values/config.xml b/res/values/config.xml
index 18e801093..fed4d416f 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -21,6 +21,7 @@
<!-- App data backup and restore. To enble backup, register with an android backup service.
http://developer.android.com/guide/topics/data/backup.html#BackupKey -->
<bool name="enable_backup">false</bool>
+ <string name="backup_api_key"></string>
<!-- DragController -->
<integer name="config_flingToDeleteMinVelocity">-1500</integer>