I am developing an application in which communication will be from Application layer(Java) from Native layer(C++) through JNI implemented by AOSP framework and viceversa. Here my question is If a create a file in application layer, Can I access that file in native layer using file descriptor.
Source: Windows Questions C++