Check app in device is latest version or not latest version by code android -



Check app in device is latest version or not latest version by code android -

at moment,i have android project , using google text speech speack japanese. japanese back upwards @ latest of google text speech while google text speech in device not latest version. want check google text speech latest version or not latest. if not latest,go page google text speech in google play store update. how must ?

have tried using packagemanager? example:

packagemanager manager = this.getpackagemanager(); seek { packageinfo info = manager.getpackageinfo("android.speech.tts", 0); // utilize exact name! string packagename = info.packagename; int versioncode = info.versioncode; string versionname = info.versionname; } grab (namenotfoundexception e) { // todo auto-generated grab block }

android version updates

Comments

Popular posts from this blog

php - How to pass multiple values from url -

xslt - DocBook 5 to PDF transform failing with error: "fo:flow" is missing child elements. Required content model: marker* -

database - php search bar when I press submit with nothing in the search bar it shows all the data -