Advertisement
techmik

Untitled

Jun 26th, 2012
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. public static class General {
  2. public static boolean getAutoRotate(Context context, boolean def) {
  3. final SharedPreferences preferences = context.getSharedPreferences(PREFERENCES_KEY, 0);
  4. return preferences.getBoolean("ui_general_orientation", def);
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement