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

Commit fa3f7a33 authored by James Mattis's avatar James Mattis Committed by Gerrit Code Review
Browse files

Merge "Updating network preference comments"

parents 3e2cfa7b 2d4b26e4
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -36,12 +36,16 @@ public final class OemNetworkPreferences implements Parcelable {
    public static final int OEM_NETWORK_PREFERENCE_DEFAULT = 0;

    /**
     * Prefer networks in order: NET_CAPABILITY_NOT_METERED, NET_CAPABILITY_OEM_PAID, default.
     * If an unmetered network is available, use it.
     * Otherwise, if a network with the OEM_PAID capability is available, use it.
     * Otherwise, use the general default network.
     */
    public static final int OEM_NETWORK_PREFERENCE_OEM_PAID = 1;

    /**
     * Prefer networks in order: NET_CAPABILITY_NOT_METERED, NET_CAPABILITY_OEM_PAID.
     * If an unmetered network is available, use it.
     * Otherwise, if a network with the OEM_PAID capability is available, use it.
     * Otherwise, the app doesn't get a network.
     */
    public static final int OEM_NETWORK_PREFERENCE_OEM_PAID_NO_FALLBACK = 2;