开发者

android : Know build info of my application

开发者 https://www.devze.com 2023-03-06 19:10 出处:网络
Is there any way to know and show the build version info of my application. I can get version of my app. I want to know on which platform was my app build i.e. 1.6, 2.1 etc. \"Build.VERSION.RELEASE\"开

Is there any way to know and show the build version info of my application. I can get version of my app. I want to know on which platform was my app build i.e. 1.6, 2.1 etc. "Build.VERSION.RELEASE"开发者_如何学C gives me the build of the device. Similarly I want build of my application regardless of the device info.

Is there a way to achieve this ?

Thanks


You can get this information from PackageManager and getPackageInfo().

0

精彩评论

暂无评论...
验证码 换一张
取 消