blob: 5b496562ab279deb34882a14d3ec5bec6d8006ef [file] [log] [blame]
Yu Shan Emily Lau4333bd12009-09-03 17:07:43 -07001<?xml version="1.0" encoding="utf-8"?>
Ashwini Orugantie178c24d2020-03-18 15:46:39 -07002
Yu Shan Emily Lau4333bd12009-09-03 17:07:43 -07003<manifest xmlns:android="http://schemas.android.com/apk/res/android"
Ashwini Orugantie178c24d2020-03-18 15:46:39 -07004 package="com.android.lowstoragetest">
Yu Shan Emily Lau4333bd12009-09-03 17:07:43 -07005 <application android:label="LowStorageTest">
6 <activity android:name="LowStorageTest"
Ashwini Orugantie178c24d2020-03-18 15:46:39 -07007 android:theme="@android:style/Theme.Black.NoTitleBar"
8 android:exported="true">
Yu Shan Emily Lau4333bd12009-09-03 17:07:43 -07009 <intent-filter>
Ashwini Orugantie178c24d2020-03-18 15:46:39 -070010 <action android:name="android.intent.action.MAIN"/>
11 <category android:name="android.intent.category.LAUNCHER"/>
Yu Shan Emily Lau4333bd12009-09-03 17:07:43 -070012 </intent-filter>
13 </activity>
14 </application>
Ashwini Orugantie178c24d2020-03-18 15:46:39 -070015</manifest>