Deprecate ACTION_BACKGROUND_DATA_SETTING_CHANGED.
Broadcast is no longer sent, except during first boot after platform upgrade. Change-Id: I7a9c105b5783ca9f9c3aca2efff6fe5c13a4c1fd
This commit is contained in:
@@ -142,8 +142,19 @@ public class ConnectivityManager {
|
|||||||
* If an application uses the network in the background, it should listen
|
* If an application uses the network in the background, it should listen
|
||||||
* for this broadcast and stop using the background data if the value is
|
* for this broadcast and stop using the background data if the value is
|
||||||
* {@code false}.
|
* {@code false}.
|
||||||
|
* <p>
|
||||||
|
*
|
||||||
|
* @deprecated As of {@link VERSION_CODES#ICE_CREAM_SANDWICH}, availability
|
||||||
|
* of background data depends on several combined factors, and
|
||||||
|
* this broadcast is no longer sent. Instead, when background
|
||||||
|
* data is unavailable, {@link #getActiveNetworkInfo()} will now
|
||||||
|
* appear disconnected. During first boot after a platform
|
||||||
|
* upgrade, this broadcast will be sent once if
|
||||||
|
* {@link #getBackgroundDataSetting()} was {@code false} before
|
||||||
|
* the upgrade.
|
||||||
*/
|
*/
|
||||||
@SdkConstant(SdkConstantType.BROADCAST_INTENT_ACTION)
|
@SdkConstant(SdkConstantType.BROADCAST_INTENT_ACTION)
|
||||||
|
@Deprecated
|
||||||
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";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user