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.soundpooltest"> 5*d57664e9SAndroid Build Coastguard Worker <application> 6*d57664e9SAndroid Build Coastguard Worker <activity android:name="SoundPoolTest" 7*d57664e9SAndroid Build Coastguard Worker android:label="Sound Pool Test" 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 <uses-sdk android:minSdkVersion="8" 16*d57664e9SAndroid Build Coastguard Worker android:targetSdkVersion="8"/> 17*d57664e9SAndroid Build Coastguard Worker</manifest> 18