This is a sample manifest. Is it possible to access the attribute versionCode and versionName from Java? How?
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example"
android:versionCode="1"
android:versionName="1.0" >
[...]
</manifest>