blob: f646d0d1c7405f61709d3914a49ff32502697b1b [file] [log] [blame]
Romain Guya2136d62009-08-04 17:19:48 -07001<?xml version="1.0" encoding="utf-8"?>
2<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3 package="com.android.fall.rs">
4
5 <application android:label="FallRS">
6
7 <activity
Romain Guy6c0cc6d2009-08-07 15:40:32 -07008 android:screenOrientation="portrait"
Romain Guya2136d62009-08-04 17:19:48 -07009 android:name="Fall"
10 android:theme="@android:style/Theme.NoTitleBar">
11
12 <intent-filter>
13 <action android:name="android.intent.action.MAIN" />
14 <category android:name="android.intent.category.LAUNCHER" />
15 </intent-filter>
16
17 </activity>
18
19 </application>
20
21</manifest>