Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: res/values/sysstrings.xml

Issue 9752046: Add automatic updates for release builds (Closed)
Patch Set: Request WRITE_EXTERNAL_STORAGE permission for release builds as well Created March 15, 2013, 7:27 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « AndroidManifest.xml ('k') | src/org/adblockplus/android/AdblockPlus.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: res/values/sysstrings.xml
===================================================================
--- a/res/values/sysstrings.xml
+++ b/res/values/sysstrings.xml
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
- <string name="update_url">https://adblockplus.org/devbuilds/adblockplusandroid/updates.xml?api=%1$d&amp;build=%2$d&amp;locale=%3$s&amp;device=%4$s</string>
+ <string name="update_url">https://adblockplus.org/androidupdates.xml?api=%1$d&amp;build=%2$d&amp;locale=%3$s&amp;device=%4$s</string>
+ <string name="devbuild_update_url">https://adblockplus.org/devbuilds/adblockplusandroid/updates.xml?api=%1$d&amp;build=%2$d&amp;locale=%3$s&amp;device=%4$s</string>
<string name="crash_report_url">https://crashes.adblockplus.org/submitCrash?version=1</string>
<string name="pref_enabled">enabled</string>
« no previous file with comments | « AndroidManifest.xml ('k') | src/org/adblockplus/android/AdblockPlus.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld