Enable cert install from sdcard in Settings...
And remove ADD_CREDENTIAL intent from AndroidManifest.xml.
This commit is contained in:
@@ -300,7 +300,6 @@
|
|||||||
<action android:name="android.intent.action.MAIN" />
|
<action android:name="android.intent.action.MAIN" />
|
||||||
<action android:name="android.settings.SECURITY_SETTINGS" />
|
<action android:name="android.settings.SECURITY_SETTINGS" />
|
||||||
<action android:name="android.settings.LOCATION_SOURCE_SETTINGS" />
|
<action android:name="android.settings.LOCATION_SOURCE_SETTINGS" />
|
||||||
<action android:name="android.security.ADD_CREDENTIAL" />
|
|
||||||
<action android:name="android.security.UNLOCK_CREDENTIAL_STORAGE" />
|
<action android:name="android.security.UNLOCK_CREDENTIAL_STORAGE" />
|
||||||
<category android:name="android.intent.category.DEFAULT" />
|
<category android:name="android.intent.category.DEFAULT" />
|
||||||
<category android:name="android.intent.category.VOICE_LAUNCH" />
|
<category android:name="android.intent.category.VOICE_LAUNCH" />
|
||||||
|
@@ -810,8 +810,7 @@ public class SecuritySettings extends PreferenceActivity implements
|
|||||||
}
|
}
|
||||||
|
|
||||||
private void installCertFromSdCard() {
|
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) {
|
private TextView showError(int messageId) {
|
||||||
|
Reference in New Issue
Block a user