blob: 9d4a63ac330f16de52e7e80c81e506973e86390a [file] [log] [blame]
Yu Shan Emily Lau4333bd12009-09-03 17:07:43 -07001<?xml version="1.0" encoding="utf-8"?>
2<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3 package="com.android.lowstoragetest">
4 <application android:label="LowStorageTest">
5 <activity android:name="LowStorageTest"
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>