Showing posts with label startActivityForResult. Show all posts
Showing posts with label startActivityForResult. Show all posts

2012/03/13

KeyChain startActivityForResult putExtra


byte[] keystore = . . (read from a PKCS#12 keystore)

  Intent installIntent = KeyChain.createInstallIntent();
  installIntent.putExtra(KeyChain.EXTRA_PKCS12, keystore);
  startActivityForResult(installIntent, INSTALL_KEYSTORE_CODE);