Merge "Added a onRestrictBackgroundBlacklistChanged() callback." into nyc-dev am: 54bc88cdbc am: 3b91df7ccf
am: e81819c43e
* commit 'e81819c43e0e304cc5dc330784b62bd4e0292774':
Added a onRestrictBackgroundBlacklistChanged() callback.
Change-Id: Ieb58dda8f4749ccf5218be5913beb488fd3247cf
This commit is contained in:
@@ -1445,6 +1445,14 @@ public class ConnectivityService extends IConnectivityManager.Stub
|
||||
+ whitelisted + ")");
|
||||
}
|
||||
}
|
||||
@Override
|
||||
public void onRestrictBackgroundBlacklistChanged(int uid, boolean blacklisted) {
|
||||
if (LOGD_RULES) {
|
||||
// caller is NPMS, since we only register with them
|
||||
log("onRestrictBackgroundBlacklistChanged(uid=" + uid + ", blacklisted="
|
||||
+ blacklisted + ")");
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user