1*d57664e9SAndroid Build Coastguard Worker<?xml version="1.0" encoding="utf-8"?> 2*d57664e9SAndroid Build Coastguard Worker 3*d57664e9SAndroid Build Coastguard Worker<!--- Include all the namespaces we will ever need anywhere, because this is the source the manifest merger uses for namespaces --> 4*d57664e9SAndroid Build Coastguard Worker<manifest xmlns:android="http://schemas.android.com/apk/res/android" 5*d57664e9SAndroid Build Coastguard Worker xmlns:androidprv="http://schemas.android.com/apk/prv/res/android" 6*d57664e9SAndroid Build Coastguard Worker xmlns:tools="http://schemas.android.com/tools" 7*d57664e9SAndroid Build Coastguard Worker package="com.android.input.screenshot" 8*d57664e9SAndroid Build Coastguard Worker coreApp="true"> 9*d57664e9SAndroid Build Coastguard Worker <application> 10*d57664e9SAndroid Build Coastguard Worker <activity 11*d57664e9SAndroid Build Coastguard Worker android:name="androidx.activity.ComponentActivity" 12*d57664e9SAndroid Build Coastguard Worker android:exported="true"> 13*d57664e9SAndroid Build Coastguard Worker </activity> 14*d57664e9SAndroid Build Coastguard Worker </application> 15*d57664e9SAndroid Build Coastguard Worker</manifest> 16