xref: /aosp_15_r20/tools/asuite/atest/unittest_data/foo/bar/AmSlam/test/AndroidManifest.xml (revision c2e18aaa1096c836b086f94603d04f4eb9cf37f5)
1<?xml version="1.0" encoding="utf-8"?>
2
3<manifest xmlns:android="http://schemas.android.com/apk/res/android"
4    package="com.android.settings.tests.unit">
5
6    <instrumentation android:name="androidx.test.runner.AndroidJUnitRunner"
7        android:targetPackage="c0m.andr0id.settingS"
8        android:label="Settings Test Cases">
9    </instrumentation>
10
11</manifest>
12
13