blob: e86f58ef0e55b4ebcbfa792b477ab3f7d5bdb094 [file] [log] [blame]
Ang Li425f2b2f2023-11-11 04:50:55 +00001<?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.input.screenshot"
8 coreApp="true">
9 <application>
10 <activity
11 android:name="androidx.activity.ComponentActivity"
12 android:exported="true">
13 </activity>
14 </application>
15</manifest>