Skip to content

Instantly share code, notes, and snippets.

@iggym
Created March 7, 2011 21:20
Show Gist options
  • Save iggym/859258 to your computer and use it in GitHub Desktop.
Save iggym/859258 to your computer and use it in GitHub Desktop.
test
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.clayallsopp.isawesome"
android:versionCode="1"
android:versionName="1.0">
<application android:icon="@drawable/icon" android:label="@string/app_name">
<activity android:name=".OfflineListActivity"
android:label="@string/app_name">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
</application>
</manifest>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment