I'm newbie to android development and just wondering how the device Memory (RAM) will be shared between an app and the included arr.
The main problem is when I call the aar in my App:
- is the memory of arr is same with the App?
- is it possible to force the aar run in different memory block?
- if the memory block are separated, is it possible to access the memory of aar in any other way?
for finding the answer I have read these documents without any explicit answer. https://mobworld.wordpress.com/2010/07/05/memory-management-in-android/ https://developer.android.com/training/articles/memory.html Is there a way to process sensitive data in memory securely on Android? http://elinux.org/images/e/e9/Memory_Management_Internals.pdf
Thanks for you help :)