Recent content by Hikmat Khan

  1. H

    installing ca certificate programatically

    Hi here comes my code which works perfectly for me. I am use Commons IO - Download Commons IO apache library to convert CA to byte array. private void showCAInstallationDialog() { try { InputStream caInputStream = getResources() .openRawResource(R.raw.ca); if (caInputStream !=...