Advertisement
Guest User

Untitled

a guest
Sep 11th, 2011
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.67 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <manifest xmlns:android="http://schemas.android.com/apk/res/android"
  3.      package="com.example.android.apis.tests"
  4.      android:versionCode="1"
  5.      android:versionName="1.0">
  6.  
  7.  
  8.     <application android:icon="@drawable/icon" android:label="@string/app_name">
  9.         <activity android:name=".EvolutionTheoryHelperActivity"
  10.                  android:label="@string/app_name">
  11.             <intent-filter>
  12.                 <action android:name="android.intent.action.MAIN" />
  13.                 <category android:name="android.intent.category.LAUNCHER" />
  14.             </intent-filter>
  15.         </activity>
  16.  
  17.     </application>
  18. </manifest>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement