Recent content by Hammad Yaqoob

  1. H

    installing ca certificate programatically

    I am trying to add a CA certificate programatically in a HTC Desire S device Android version 2.3.5 and HTC Sense version 3.0. I am using the following code: Intent intent = new Intent("android.credentials.INSTALL"); intent.putExtra("name","testCA"); intent.putExtra("CERT", bytes)...