Guest User

Untitled

a guest
Oct 16th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. private static final String PREF_IS_MALE = "is_male";
  2. private static final Boolean DEFAULT_IS_MALE = true;
  3. ....
  4. mIsMale = SyncPreference.getBoolean(this,
  5. PREF_IS_MALE,
  6. DEFAULT_IS_MALE);
Add Comment
Please, Sign In to add comment