10826a6f90f049bf94fc39fb23ad3a736a14b96ebJason Sams<?xml version="1.0" encoding="utf-8"?> 20826a6f90f049bf94fc39fb23ad3a736a14b96ebJason Sams<manifest xmlns:android="http://schemas.android.com/apk/res/android" 30826a6f90f049bf94fc39fb23ad3a736a14b96ebJason Sams package="com.android.rollo"> 49e384dddb8800c9f84f36bf26ec8df298b1d38bdJoe Onorato <application 59e384dddb8800c9f84f36bf26ec8df298b1d38bdJoe Onorato android:label="Rollo" 69e384dddb8800c9f84f36bf26ec8df298b1d38bdJoe Onorato android:icon="@drawable/test_pattern"> 70826a6f90f049bf94fc39fb23ad3a736a14b96ebJason Sams <activity android:name="Rollo" 89e384dddb8800c9f84f36bf26ec8df298b1d38bdJoe Onorato android:theme="@android:style/Theme.Translucent" 99e384dddb8800c9f84f36bf26ec8df298b1d38bdJoe Onorato android:icon="@drawable/test_pattern"> 100826a6f90f049bf94fc39fb23ad3a736a14b96ebJason Sams <intent-filter> 110826a6f90f049bf94fc39fb23ad3a736a14b96ebJason Sams <action android:name="android.intent.action.MAIN" /> 120826a6f90f049bf94fc39fb23ad3a736a14b96ebJason Sams <category android:name="android.intent.category.LAUNCHER" /> 130826a6f90f049bf94fc39fb23ad3a736a14b96ebJason Sams </intent-filter> 140826a6f90f049bf94fc39fb23ad3a736a14b96ebJason Sams </activity> 150826a6f90f049bf94fc39fb23ad3a736a14b96ebJason Sams </application> 160826a6f90f049bf94fc39fb23ad3a736a14b96ebJason Sams</manifest> 17