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 !=...