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