Guest User

Untitled

a guest
May 26th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. editor = getSharedPreferences("appname", 0).edit();
  2. editor.putString("inclinometers", "test");
  3. editor.commit();
  4.  
  5. getSharedPreferences("appname", 0).getString("inclinometers", null);
Add Comment
Please, Sign In to add comment