Merge "Add new no-op interface method."
This commit is contained in:
@@ -206,6 +206,10 @@ public class DataSaverBackend {
|
|||||||
public void onRestrictBackgroundChanged(final boolean isDataSaving) throws RemoteException {
|
public void onRestrictBackgroundChanged(final boolean isDataSaving) throws RemoteException {
|
||||||
mHandler.post(() -> handleRestrictBackgroundChanged(isDataSaving));
|
mHandler.post(() -> handleRestrictBackgroundChanged(isDataSaving));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void onSubscriptionOverride(int subId, int overrideMask, int overrideValue) {
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
public interface Listener {
|
public interface Listener {
|
||||||
|
Reference in New Issue
Block a user