Inside the onCreate() method use
Inside
onCreate()
try { String app_ver = this.getPackageManager().getPackageInfo(this.getPackageName(), 0).versionName; } catch (NameNotFoundException e) { Log.v(tag, e.getMessage()); }
No comments:
Post a Comment