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

Popular posts from this blog

jQuery clickable div with working mailto link inside -

java - Getting corefrences with Standard corenlp package -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -