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

Commit a180ec77 authored by Nate(Qiang) Jiang's avatar Nate(Qiang) Jiang
Browse files

Make untrusted consistent

Bug: 148781288
Test: atest android.net.wifi
Change-Id: If8840b0f91ffcb438bbf08a7a188f794d479a62f
parent d9709b96
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -951,7 +951,7 @@ public class WifiConfiguration implements Parcelable {
     * Indicate whether the network is trusted or not. Networks are considered trusted
     * if the user explicitly allowed this network connection.
     * This bit can be used by suggestion network, see
     * {@link WifiNetworkSuggestion.Builder#setUnTrusted(boolean)}
     * {@link WifiNetworkSuggestion.Builder#setUntrusted(boolean)}
     * @hide
     */
    public boolean trusted;