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

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

Merge "Add new no-op interface method." am: 78bfc6f5

am: 6f918104

Change-Id: I4c6643c124838a6dd3d69d58be358f824461a632
parents b5016241 6f918104
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 {