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

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -