extend pre-nagging interval

This commit is contained in:
Andrew Dolgov 2012-12-08 23:40:53 +04:00
parent f731ec93a5
commit 4a6c010125

View File

@ -27,7 +27,7 @@ public class AppRater {
private final static int DAYS_UNTIL_PROMPT = 3; private final static int DAYS_UNTIL_PROMPT = 3;
private final static int LAUNCHES_UNTIL_PROMPT = 7; private final static int LAUNCHES_UNTIL_PROMPT = 7;
private final static int DONATION_DAYS_UNTIL_PROMPT = DAYS_UNTIL_PROMPT * 3; private final static int DONATION_DAYS_UNTIL_PROMPT = DAYS_UNTIL_PROMPT * 10;
private final static int DONATION_LAUNCHES_UNTIL_PROMPT = LAUNCHES_UNTIL_PROMPT * 3; private final static int DONATION_LAUNCHES_UNTIL_PROMPT = LAUNCHES_UNTIL_PROMPT * 3;
public static boolean isDonationApkInstalled(Context mContext) { public static boolean isDonationApkInstalled(Context mContext) {