wipe out the stored tree_uri and sd_card_path

This commit is contained in:
tibbi 2017-03-17 18:56:06 +01:00
parent fa25150152
commit 8f5adfd8ef

View file

@ -8,8 +8,8 @@ val APP_VERSION_NAME = "app_version_name"
val PREFS_KEY = "Prefs"
val IS_FIRST_RUN = "is_first_run"
val LAST_VERSION = "last_version"
val TREE_URI = "tree_uri"
val SD_CARD_PATH = "sd_card_path"
val TREE_URI = "tree_uri_2"
val SD_CARD_PATH = "sd_card_path_2"
val INTERNAL_STORAGE_PATH = "internal_storage_path"
val TEXT_COLOR = "text_color"
val BACKGROUND_COLOR = "background_color"