xref: /aosp_15_r20/frameworks/base/packages/SettingsLib/Spa/screenshot/robotests/robo-manifest.xml (revision d57664e9bc4670b3ecf6748a746a57c557b6bc9e)
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