[Solved] Can i access device files (/dev/…) using NDK?


No, C++ does not give you more file access than Java. Same restrictions and access permissions apply. If your code runs as root, you have full access to /dev both from Java or using NDK.

solved Can i access device files (/dev/…) using NDK?