Merge "Implemented onRestrictPowerChanged()." into nyc-dev am: f135ad5186 am: 51ccb04e01
am: eb4350c377
* commit 'eb4350c3773b483045cd79589fb8a5e53580619f':
Implemented onRestrictPowerChanged().
Change-Id: I1400957b714c0d88b9acd9e7ed6dcb263df68fd0
This commit is contained in:
@@ -206,6 +206,10 @@ public class DataSaverBackend {
|
||||
public void onMeteredIfacesChanged(String[] strings) throws RemoteException {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onRestrictPowerChanged(boolean restrictPower) {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onRestrictBackgroundChanged(final boolean isDataSaving) throws RemoteException {
|
||||
mHandler.post(new Runnable() {
|
||||
|
||||
Reference in New Issue
Block a user