When the action starts, the classes.dex file is loaded by the system and starts executing the instructions. I need read-only access to the .dex class of the same application in which the current activity is running.
After searching for a watch on the network, I could only conclude that the Android Security system does not allow access to the application sandbox.
However, to complete my task, I need read-only access to the classes.dex file.
Does anyone have an understanding of this?
Thanks in advance!
source
share