Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 709e805e authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "WiFi certificates installable from Wifi sub-preference"

parents 96cb3d73 caef4f80
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -51,10 +51,12 @@
    <Preference
        android:key="install_credentials"
        android:title="@string/wifi_install_credentials">
        <intent android:action="android.credentials.INSTALL_AS_USER"
        <intent
            android:action="android.credentials.INSTALL"
            android:targetPackage="com.android.certinstaller"
            android:targetClass="com.android.certinstaller.CertInstallerMain">
            <extra android:name="install_as_uid" android:value="1010" />
            <!-- Same value as CERTIFICATE_USAGE_WIFI in keystore/java/android/security/Credentials.java -->
            <extra android:name="certificate_install_usage" android:value="wifi"/>
        </intent>
    </Preference>