Visual Studio C++ for Android device

How to access android device management? For example access to the camera, flashlight, folders, end others?

You probably want to create a “native library” in Android Studio then wrap it up into an Unreal plugin…

I found NdkCameraManager.h in the ndk14 folder. Maybe you know how to add third-party files to the project?