I want to know where do Android applications stay?
For example, if you install a program with package name xx.yyy
, you will see xx.yyy-1.apk
in /data/app
and will see xx.yyy
in /data/data and data@app@xx@[email protected]
in /data/dalvik-cache
.
I want to know other places that a program can stay.
At a glance, I want to remove a program manually, and I want to know places the application might occupy.
At the end I want to know the function of each file. What's the duty of data@app@xx@[email protected]
in /data/dalvik-cache
for example?