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

Commit 134b28a7 authored by Robert Greenwalt's avatar Robert Greenwalt Committed by Android (Google) Code Review
Browse files

Merge "Update Inet Connection Status display" into gingerbread

parents b8dbdc29 1e9aac2b
Loading
Loading
Loading
Loading
+11 −0
Original line number Original line Diff line number Diff line
@@ -123,6 +123,17 @@ public class ConnectivityManager
    public static final String ACTION_BACKGROUND_DATA_SETTING_CHANGED =
    public static final String ACTION_BACKGROUND_DATA_SETTING_CHANGED =
            "android.net.conn.BACKGROUND_DATA_SETTING_CHANGED";
            "android.net.conn.BACKGROUND_DATA_SETTING_CHANGED";



    /**
     * Broadcast Action: The network connection may not be good
     * uses {@code ConnectivityManager.EXTRA_INET_CONDITION} and
     * {@code ConnectivityManager.EXTRA_NETWORK_INFO} to specify
     * the network and it's condition.
     * @hide
     */
    public static final String INET_CONDITION_ACTION =
            "android.net.conn.INET_CONDITION_ACTION";

    /**
    /**
     * Broadcast Action: A tetherable connection has come or gone
     * Broadcast Action: A tetherable connection has come or gone
     * TODO - finish the doc
     * TODO - finish the doc
+1.19 KiB
Loading image diff...
+1.21 KiB
Loading image diff...
+1.2 KiB
Loading image diff...
+1.18 KiB
Loading image diff...
Loading