Use the following code snip in your application:
try
{
String VersionName = this.getPackageManager().getPackageInfo(this.getPackageName(), 0).versionName;
}
catch (NameNotFoundException e)
{
Log.v(tag, e.getMessage());
}
Use the following code snip in your application:
try
{
String VersionName = this.getPackageManager().getPackageInfo(this.getPackageName(), 0).versionName;
}
catch (NameNotFoundException e)
{
Log.v(tag, e.getMessage());
}