Merge "Implemented onRestrictPowerChanged()." into nyc-dev
am: f135ad5186
* commit 'f135ad5186377bb2525b644c09db92b1d9171656':
Implemented onRestrictPowerChanged().
Change-Id: I41d98a0483686c05b0b5e88ceb4b589c889a5e22
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