Guest User

Untitled

a guest
Nov 16th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. @Override
  2. public void onBackPressed() {
  3.  
  4. finish();
  5. }
  6.  
  7. @Override
  8. protected void onDestroy() {
  9. //Aquí el código que quieras ejecutar al finalizar el Activity
  10.  
  11. super.onDestroy();
  12. }
Add Comment
Please, Sign In to add comment