Documented return value of getRestrictBackgroundStatus().
Change-Id: I2c15a6d5e23cbc3c9b59c975196c1c04c1294471 Fixes: 28775490
This commit is contained in:
@@ -3362,6 +3362,10 @@ public class ConnectivityManager {
|
||||
/**
|
||||
* Determines if the calling application is subject to metered network restrictions while
|
||||
* running on background.
|
||||
*
|
||||
* @return {@link #RESTRICT_BACKGROUND_STATUS_DISABLED},
|
||||
* {@link #RESTRICT_BACKGROUND_STATUS_ENABLED},
|
||||
* or {@link #RESTRICT_BACKGROUND_STATUS_WHITELISTED}
|
||||
*/
|
||||
public @RestrictBackgroundStatus int getRestrictBackgroundStatus() {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user