Enable cert install from sdcard in Settings...
And remove ADD_CREDENTIAL intent from AndroidManifest.xml.
This commit is contained in:
@@ -810,8 +810,7 @@ public class SecuritySettings extends PreferenceActivity implements
|
||||
}
|
||||
|
||||
private void installCertFromSdCard() {
|
||||
// TODO: uncomment this when the feature is ready
|
||||
//startActivity(new Intent(CertTool.ACTION_INSTALL_CERT_FROM_SDCARD));
|
||||
startActivity(new Intent(CertTool.ACTION_INSTALL_CERT_FROM_SDCARD));
|
||||
}
|
||||
|
||||
private TextView showError(int messageId) {
|
||||
|
Reference in New Issue
Block a user