Merge "Move Camera.EventHandler constructor to greylist"

This commit is contained in:
Treehugger Robot
2019-03-07 23:16:40 +00:00
committed by Gerrit Code Review

View File

@@ -1174,6 +1174,7 @@ public class Camera {
{
private final Camera mCamera;
@UnsupportedAppUsage
public EventHandler(Camera c, Looper looper) {
super(looper);
mCamera = c;