1*d57664e9SAndroid Build Coastguard Worker<?xml version="1.0" encoding="utf-8"?> 2*d57664e9SAndroid Build Coastguard Worker 3*d57664e9SAndroid Build Coastguard Worker<manifest xmlns:android="http://schemas.android.com/apk/res/android" 4*d57664e9SAndroid Build Coastguard Worker package="com.android.lowstoragetest"> 5*d57664e9SAndroid Build Coastguard Worker <application android:label="LowStorageTest"> 6*d57664e9SAndroid Build Coastguard Worker <activity android:name="LowStorageTest" 7*d57664e9SAndroid Build Coastguard Worker android:theme="@android:style/Theme.Black.NoTitleBar" 8*d57664e9SAndroid Build Coastguard Worker android:exported="true"> 9*d57664e9SAndroid Build Coastguard Worker <intent-filter> 10*d57664e9SAndroid Build Coastguard Worker <action android:name="android.intent.action.MAIN"/> 11*d57664e9SAndroid Build Coastguard Worker <category android:name="android.intent.category.LAUNCHER"/> 12*d57664e9SAndroid Build Coastguard Worker </intent-filter> 13*d57664e9SAndroid Build Coastguard Worker </activity> 14*d57664e9SAndroid Build Coastguard Worker </application> 15*d57664e9SAndroid Build Coastguard Worker</manifest> 16