Add option to delete updates when installed
This is mostly useful on encrypted devices since it allows to not copy the update before installing it.
This commit is contained in:
@@ -25,6 +25,7 @@ public final class Constants {
|
||||
|
||||
public static final String PREF_LAST_UPDATE_CHECK = "last_update_check";
|
||||
public static final String PREF_AUTO_UPDATES_CHECK = "auto_updates_check";
|
||||
public static final String PREF_AUTO_DELETE_UPDATES = "auto_delete_updates";
|
||||
|
||||
public static final String UNCRYPT_FILE_EXT = ".uncrypt";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user