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