show a Rate us button to returning users

This commit is contained in:
tibbi
2016-07-01 14:49:49 +02:00
parent 529902e512
commit 241d834434
6 changed files with 46 additions and 24 deletions

View File

@@ -5,8 +5,9 @@ public class Constants {
public static final int ORIENT_LANDSCAPE_LEFT = 1;
public static final int ORIENT_LANDSCAPE_RIGHT = 2;
// Shared preferences
// shared preferences
public static final String PREFS_KEY = "Camera";
public static final String IS_FIRST_RUN = "is_first_run";
public static final String LONG_TAP = "long_tap";
public static final String FOCUS_BEFORE_CAPTURE = "focus_before_capture";
public static final String FORCE_RATIO = "force_ratio";