Esempio n. 1
0
 public boolean put(String key, byte[] value, int uid, int flags) {
   try {
     return mBinder.insert(key, value, uid, flags) == NO_ERROR;
   } catch (RemoteException e) {
     Log.w(TAG, "Cannot connect to keystore", e);
     return false;
   }
 }