Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6f918104 authored by Jeff Sharkey's avatar Jeff Sharkey Committed by android-build-merger
Browse files

Merge "Add new no-op interface method."

am: 78bfc6f5

Change-Id: I9dd3e64ad11886d852ed0db15830aa93f4f63dfc
parents bc00e361 78bfc6f5
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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 {