Reputation: 1743
Can an android app read the memory (the RAM meory) of another app that is running?
Appreciate any pointers.
Upvotes: 1
Views: 207
Reputation: 64419
Do you mean the part of the memory that another app is using for code? Then No. I assume that someone might find a way, but that would be a security issue, a bug in the system and something that would be adressed in an update. You should stay out of 'other' pieces of RAM.
Or do you mean something like internal memory where you can store a file? An app can save a file in several ways, including some that let other apps read them (example: if you take a picture with a cam-app, you can read it with any gallery app).
Upvotes: 1