|
|
@@ -29,7 +29,7 @@ public class LifeplusPreferences {
|
|
|
private final static String PUSH_EVENT_SERVICE_ENABLED = "push_enabled";
|
|
|
private final static String POLICY_EVENT_ENABLED = "push_marketing_enabled";
|
|
|
private final static String LOCATION_SERVICE_ENABLED = "location_service_enabled";
|
|
|
-// private final static String COUNT_FOR_REVIEW_STRING = "count_for_review_string";
|
|
|
+ // private final static String COUNT_FOR_REVIEW_STRING = "count_for_review_string";
|
|
|
private final static String DEBUG_TARGET = "debug_target";
|
|
|
private final static String TUTORIAL_LISTICLE_DONE = "tutorial_listicle_done";
|
|
|
private final static String TUTORIAL_BUCKET_LIST_DETAIL_DONE = "tutorial_bucket_list_detail_done";
|
|
|
@@ -348,6 +348,7 @@ public class LifeplusPreferences {
|
|
|
setTagLatestList("");
|
|
|
setUserNo("");
|
|
|
setUserEmail("");
|
|
|
+ setAppFirstOpened(true);
|
|
|
}
|
|
|
|
|
|
/**
|