topical media & game development

talk show tell print

#mobile-application-06-DerbyAndroid-AndroidManifest.xml / xml



  <?xml version="1.0" encoding="utf-8"?>
  <manifest xmlns:android="http://schemas.android.com/apk/res/android"
      package="com.gravityworks.derbydata"
      android:versionCode="1"
      android:versionName="1.0" >
  
      <uses-sdk android:minSdkVersion="8" />
          <uses-permission android:name="android.permission.INTERNET" />  
          
      <application
          android:icon="@drawable/ic_launcher"
          android:label="@string/app_name" >
          <activity
              android:label="@string/app_name"
              android:name=".DerbyDataActivity" >
              <intent-filter >
                  <action android:name="android.intent.action.MAIN" />
  
                  <category android:name="android.intent.category.LAUNCHER" />
              </intent-filter>
          </activity>
      </application>
  
  </manifest>


(C) Æliens 04/09/2009

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.