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

Commit fa432af9 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

am: cd08de06

Change-Id: Iae7e87a1965a549923875c13f142df09a2557672
parents 1656ef67 cd08de06
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -204,6 +204,10 @@ public class DataSaverBackend {
        public void onRestrictBackgroundChanged(final boolean isDataSaving) throws RemoteException {
            ThreadUtils.postOnMainThread(() -> handleRestrictBackgroundChanged(isDataSaving));
        }

        @Override
        public void onSubscriptionOverride(int subId, int overrideMask, int overrideValue) {
        }
    };

    public interface Listener {