Guest User

Untitled

a guest
Apr 20th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. //MyVpnService class
  2. @Override
  3. public void onDestroy() {
  4. Log.i(TAG, "Destroyed.");
  5. stopVpn();
  6. //what is the purpose of this line for my goals?
  7. lifecycle.handleLifecycleEvent(Lifecycle.Event.ON_DESTROY);
  8. }
Add Comment
Please, Sign In to add comment