Esempio n. 1
0
 public boolean clearUid(int uid) {
   try {
     return mBinder.clear_uid(uid) == NO_ERROR;
   } catch (RemoteException e) {
     Log.w(TAG, "Cannot connect to keystore", e);
     return false;
   }
 }