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
Post a Comment