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

Commit e8a04cd5 authored by Ian Pedowitz's avatar Ian Pedowitz
Browse files

Fix Build

Mimicking what was done for bdbd2d9c1878432eca6933e06c980663e2579d85

Change-Id: I5aef245b7a426edaa90e7e237acd4608b431c073
parent 3a2d0340
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -73,6 +73,7 @@ import android.os.Looper;
import android.os.Parcel;
import android.os.PowerManager;
import android.os.RemoteException;
import android.os.ResultReceiver;
import android.os.UserHandle;
import android.util.AttributeSet;
import android.util.DisplayMetrics;
@@ -1130,6 +1131,11 @@ public final class BridgeContext extends Context {
                public boolean unlinkToDeath(DeathRecipient recipient, int flags) {
                    return false;
                }

                @Override
                public void shellCommand(FileDescriptor in, FileDescriptor out, FileDescriptor err,
                  String[] args, ResultReceiver resultReceiver) {
                }
            };
        }
        return mBinder;