Exemplo n.º 1
0
 public boolean delete(String key, int uid) {
   try {
     return mBinder.del(key, uid) == NO_ERROR;
   } catch (RemoteException e) {
     Log.w(TAG, "Cannot connect to keystore", e);
     return false;
   }
 }