Guest User

Untitled

a guest
Nov 18th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. if (i == 0)
  2. {
  3. localIntent.setClass(this.context, TerminalMode.class);
  4. localIntent.putExtra("keyString", "NAMBASIC");
  5. break;
  6. }
  7. if (str1.equals("4772579"))
  8. {
  9. localIntent.setClass(this.context, MSL_Checker.class).putExtra("keyString", "GPSCLRX");
  10. break;
Add Comment
Please, Sign In to add comment