How to make an Android application use specific version of another application -
i have develop android application should access specific version of application installed on same machine. there way can handle check programmatically? android newbie. appreciated.
thanks in advance, navin
is there way can handle check programmatically?
use packagemanager
, getpackageinfo()
packageinfo
object specific application, identified package (e.g., com.commonsware.mygreatapp
). versioncode
, versionname
fields on packageinfo
have information seek.
Comments
Post a Comment