Implemented onRestrictPowerChanged().
BUG: 28521946 Change-Id: I702e27401f74eee6ce884351ae4e0bc89ec6b8e2
This commit is contained in:
@@ -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