can I use uvc camera in android?

I need to add a camera device for UE4 in android phone.

I found libuvc for camera, and i can package it to android.

but in android, uvc camera need some permission to access, but it was written by java.

I also found a open source android project UVCCamera, it wrapped libuvc.

So what can i do for support uvc camera in android ?

link text