How can I set the notification in android application to update next version -


i have upload apk version 1.0.0.0. want upload next version 1.0.0.1.how can set notification inform user application has newer version available on google play. can 1 suggest me how it?

found in stackoverflow (duplicated??)

public int getversion() {     int v = 0;     try {         v = getpackagemanager().getpackageinfo(getpackagename(), 0).versioncode;     } catch (namenotfoundexception e) {         // huh? really?     }     return v; } 

Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

android - Keyboard hides my half of edit-text and button below it even in scroll view -

css - Make div keyboard-scrollable in jQuery Mobile? -