Merge "WiFi certificates installable from Wifi sub-preference"
This commit is contained in:
committed by
Android (Google) Code Review
commit
709e805e47
@@ -51,10 +51,12 @@
|
||||
<Preference
|
||||
android:key="install_credentials"
|
||||
android:title="@string/wifi_install_credentials">
|
||||
<intent android:action="android.credentials.INSTALL_AS_USER"
|
||||
android:targetPackage="com.android.certinstaller"
|
||||
android:targetClass="com.android.certinstaller.CertInstallerMain">
|
||||
<extra android:name="install_as_uid" android:value="1010" />
|
||||
<intent
|
||||
android:action="android.credentials.INSTALL"
|
||||
android:targetPackage="com.android.certinstaller"
|
||||
android:targetClass="com.android.certinstaller.CertInstallerMain">
|
||||
<!-- Same value as CERTIFICATE_USAGE_WIFI in keystore/java/android/security/Credentials.java -->
|
||||
<extra android:name="certificate_install_usage" android:value="wifi"/>
|
||||
</intent>
|
||||
</Preference>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user