I have an query regarding Android permission.
If I declare some permission in manifest file then it automatically will impose for nativ开发者_Python百科e files (C and C++) also?
Yes, Android permissions from manifest apply also for code in native library (lib/armeabi/*.so). Actually for entire application's process.
精彩评论