blob: 12cb28f976d984ab81bd9b423daf42ef6823887a [file] [log] [blame]
Jason Sams0826a6f2009-06-15 19:04:56 -07001<?xml version="1.0" encoding="utf-8"?>
2<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3 package="com.android.rollo">
Joe Onorato9e384dd2009-10-01 16:48:44 -07004 <application
5 android:label="Rollo"
6 android:icon="@drawable/test_pattern">
Jason Sams0826a6f2009-06-15 19:04:56 -07007 <activity android:name="Rollo"
Joe Onorato9e384dd2009-10-01 16:48:44 -07008 android:theme="@android:style/Theme.Translucent"
9 android:icon="@drawable/test_pattern">
Jason Sams0826a6f2009-06-15 19:04:56 -070010 <intent-filter>
11 <action android:name="android.intent.action.MAIN" />
12 <category android:name="android.intent.category.LAUNCHER" />
13 </intent-filter>
14 </activity>
15 </application>
16</manifest>