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

Commit 847b02ca authored by David Brazdil's avatar David Brazdil Committed by android-build-merger
Browse files

Merge "Move Camera.EventHandler constructor to greylist" am: b31032b3

am: 7746e7c5

Change-Id: I2d812e9a4bcb1e64b736a84da9a33e4275a4f503
parents 4929093f 7746e7c5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1174,6 +1174,7 @@ public class Camera {
    {
        private final Camera mCamera;

        @UnsupportedAppUsage
        public EventHandler(Camera c, Looper looper) {
            super(looper);
            mCamera = c;