-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9f323ba
commit 4d0d95e
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,11 +13,11 @@ public class AppPreference { | |
private String dummyEmail = "[email protected]";//"";//[email protected] | ||
private String productInfo ="product_info";// "product_info"; | ||
private String firstName = "firstname"; //"firstname"; | ||
private boolean isOverrideResultScreen = true; | ||
private boolean isOverrideResultScreen = false; | ||
|
||
public static final String USER_EMAIL = "user_email"; | ||
public static final String USER_MOBILE = "user_mobile"; | ||
public static final String PHONE_PATTERN = "^[987]\\d{9}$"; | ||
public static final String PHONE_PATTERN = "^[1-9]\\d{9}$"; | ||
public static final long MENU_DELAY = 300; | ||
public static String USER_DETAILS = "user_details"; | ||
public static int selectedTheme = -1; | ||
|