Merge "Implemented onRestrictPowerChanged()." into nyc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
f135ad5186
@@ -206,6 +206,10 @@ public class DataSaverBackend {
|
|||||||
public void onMeteredIfacesChanged(String[] strings) throws RemoteException {
|
public void onMeteredIfacesChanged(String[] strings) throws RemoteException {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void onRestrictPowerChanged(boolean restrictPower) {
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onRestrictBackgroundChanged(final boolean isDataSaving) throws RemoteException {
|
public void onRestrictBackgroundChanged(final boolean isDataSaving) throws RemoteException {
|
||||||
mHandler.post(new Runnable() {
|
mHandler.post(new Runnable() {
|
||||||
|
Reference in New Issue
Block a user