Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. @Override
  2. protected void onResume() {
  3. super.onResume();
  4. ...
  5. }
  6.  
  7. public List<Sensor> getSensorList(int type) {
  8. // cache the returned lists the first time
  9. ...
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement