Is there any way to determine programmatically the time at which an Android application was installed? I don't see anything in PackageInfo, etc.
--EDIT-- To clarify, App A is installed at Time X. At some later time, Time Y, App B is installed. Is there any way App B can know when App A was installed? The link How to get app install time from android indicates that reading the modify time on the source dir of the App is sufficient. Is this really correct? Why?