blob: c2e0cc617093b05643510abda0cea0069c64d128 [file] [log] [blame]
Alex Sakhartchouk8e90f2b2011-04-01 14:19:01 -07001<?xml version="1.0" encoding="utf-8"?>
2<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3 package="com.android.fbotest">
4 <application android:label="_FBOTest">
5 <activity android:name="FBOTest"
6 android:theme="@android:style/Theme.Black.NoTitleBar">
7 <intent-filter>
8 <action android:name="android.intent.action.MAIN" />
9 <category android:name="android.intent.category.LAUNCHER" />
10 </intent-filter>
11 </activity>
12 </application>
13</manifest>