| Jason Sams | 0826a6f | 2009-06-15 19:04:56 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <manifest xmlns:android="http://schemas.android.com/apk/res/android" |
| 3 | package="com.android.rollo"> |
| Joe Onorato | 9e384dd | 2009-10-01 16:48:44 -0700 | [diff] [blame] | 4 | <application |
| 5 | android:label="Rollo" |
| 6 | android:icon="@drawable/test_pattern"> |
| Jason Sams | 0826a6f | 2009-06-15 19:04:56 -0700 | [diff] [blame] | 7 | <activity android:name="Rollo" |
| Joe Onorato | 9e384dd | 2009-10-01 16:48:44 -0700 | [diff] [blame] | 8 | android:theme="@android:style/Theme.Translucent" |
| 9 | android:icon="@drawable/test_pattern"> |
| Jason Sams | 0826a6f | 2009-06-15 19:04:56 -0700 | [diff] [blame] | 10 | <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> |