I am creating an App. I do not have any UI, if there is any, I am using OpenGL for that. So in short, I do not have any Java
code. I am using NativeActivity
sample for reference.
My need is to get Camera Path, which is device dependent. In Apps, where there is Java Activity
available, it simple as stated in Here.
Is there any way to get get same functionality in completely native code? Is there an alternative?
I do not really want to add a java activity, since I have already created something with OpenGL. Adding Java Acivity only to get this string makes me feel fool over the period of time.