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

Commit 7746e7c5 authored by David Brazdil's avatar David Brazdil Committed by android-build-merger
Browse files

Merge "Move Camera.EventHandler constructor to greylist"

am: b31032b3

Change-Id: If785b7e4f01db0a0e9b1e8d4e42258375de57dbc
parents 1c5a742c b31032b3
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;