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

Unified Diff: src/org/adblockplus/android/AdblockPlus.java

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 | « res/values/sysstrings.xml ('k') | src/org/adblockplus/android/updater/AlarmReceiver.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/org/adblockplus/android/AdblockPlus.java
===================================================================
--- a/src/org/adblockplus/android/AdblockPlus.java
+++ b/src/org/adblockplus/android/AdblockPlus.java
@@ -709,11 +709,8 @@
// Set crash handler
Thread.setDefaultUncaughtExceptionHandler(new CrashHandler(this));
- if (!getResources().getBoolean(R.bool.def_release))
- {
- // Initiate update check
- scheduleUpdater(0);
- }
+ // Initiate update check
+ scheduleUpdater(0);
}
/**
« no previous file with comments | « res/values/sysstrings.xml ('k') | src/org/adblockplus/android/updater/AlarmReceiver.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld