Installation process of .apk within ART. Difference from Dalvik VM installation process
问题 Recently I answered this question, where was described whole installation process of .apk file to android phone. The one thing it was about using Dalvik VM . And now I'm wondered is installation process is exactly same using ART ? What are the differences? I mean the work of PackageManager , path , convertion to dex format etc. Googling didn't give much info, only about performance power, managing memory and something similar. I would be very thankful if someone with knowledge could share