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

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

java - Getting corefrences with Standard corenlp package -

Java - Returning an array from a method to main -