Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. public class MyLocation implements LifecycleObserver, LocationListener {
  2. ...
  3. @OnLifecycleEvent(ON_DESTROY)
  4. public void cleanup() {
  5. lifecycle.removeObserver(this);
  6. }
  7. ...
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement