guruk wrote:
> Hi,
> 
> how can i request the versionName stored in manifext.xml from within
> my Code?
> 
>> manifest.xml
> android:versionName="0.8.1"

http://wiki.andmob.org/faq-version-app

Use PackageManager to find the PackageInfo for your app. Then it should
be the versionName public field in the PackageInfo object.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

Looking for Android opportunties? http://wiki.andmob.org/hado

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to