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