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.tests.servicecrashtest"> 5*d57664e9SAndroid Build Coastguard Worker 6*d57664e9SAndroid Build Coastguard Worker <application android:label="Service Crash Test"> 7*d57664e9SAndroid Build Coastguard Worker <uses-library android:name="android.test.runner"/> 8*d57664e9SAndroid Build Coastguard Worker 9*d57664e9SAndroid Build Coastguard Worker <service android:name=".CrashingService" 10*d57664e9SAndroid Build Coastguard Worker android:process=":badservice"/> 11*d57664e9SAndroid Build Coastguard Worker 12*d57664e9SAndroid Build Coastguard Worker <activity android:name=".MainActivity" 13*d57664e9SAndroid Build Coastguard Worker android:exported="true"> 14*d57664e9SAndroid Build Coastguard Worker <intent-filter> 15*d57664e9SAndroid Build Coastguard Worker <action android:name="android.intent.action.MAIN"/> 16*d57664e9SAndroid Build Coastguard Worker </intent-filter> 17*d57664e9SAndroid Build Coastguard Worker </activity> 18*d57664e9SAndroid Build Coastguard Worker </application> 19*d57664e9SAndroid Build Coastguard Worker 20*d57664e9SAndroid Build Coastguard Worker <instrumentation android:label="Test bound service crash restart" 21*d57664e9SAndroid Build Coastguard Worker android:name="android.test.InstrumentationTestRunner" 22*d57664e9SAndroid Build Coastguard Worker android:targetPackage="com.android.tests.servicecrashtest"/> 23*d57664e9SAndroid Build Coastguard Worker 24*d57664e9SAndroid Build Coastguard Worker</manifest> 25