Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.27 KB | None | 0 0
  1.         @Override
  2.         public void wipe() throws RemoteException {
  3.             // Instantly mark app as wiped (all the activities should close)
  4.             app.wiped = true;
  5.  
  6.             worker.addJob(new Runnable() {
  7.                 @Override
  8.                 public void run() {
  9.                     RubiconService.this.wipe();
  10.                 }
  11.             });
  12.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement