OSDN Git Service

original
[gb-231r1-is01/Gingerbread_2.3.3_r1_IS01.git] / frameworks / base / libs / rs / java / Film / AndroidManifest.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
3     package="com.android.film">
4     <application android:label="Film">
5         <activity android:name="Film"
6                   android:screenOrientation="portrait"
7                   android:theme="@android:style/Theme.Black.NoTitleBar">
8             <intent-filter>
9                 <action android:name="android.intent.action.MAIN" />
10                 <category android:name="android.intent.category.LAUNCHER" />
11             </intent-filter>
12         </activity>
13     </application>
14 </manifest>