Allow to check if an update is of type AB from anywhere

This commit is contained in:
Gabriele M
2017-07-16 22:28:11 +02:00
parent 4182e3d30e
commit 12688ba761
4 changed files with 20 additions and 14 deletions

View File

@@ -20,6 +20,9 @@ public final class Constants {
private Constants() {
}
public static final String AB_PAYLOAD_BIN_PATH = "payload.bin";
public static final String AB_PAYLOAD_PROPERTIES_PATH = "payload_properties.txt";
public static final String PREF_LAST_UPDATE_CHECK = "last_update_check";
public static final String PREF_AUTO_UPDATES_CHECK = "auto_updates_check";