blob: 5292f0000a7f1e5338cdac95498d7bb45ca49043 [file] [log] [blame]
Santiago Etchebehere8cad0dd2019-10-17 10:52:39 -07001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2019 The Android Open Source Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15-->
Santiago Etchebehere8cad0dd2019-10-17 10:52:39 -070016<manifest xmlns:android="http://schemas.android.com/apk/res/android"
Chris Poultney02698d82022-09-20 18:28:35 +000017 package="com.android.wallpaper">
Santiago Etchebehere8cad0dd2019-10-17 10:52:39 -070018
19 <application>
Chris Poultney02698d82022-09-20 18:28:35 +000020 <uses-library android:name="android.test.runner" />
21
22 <activity android:name="com.android.wallpaper.picker.PreviewActivity"
23 android:resizeableActivity="false">
24 </activity>
Santiago Etchebehere8cad0dd2019-10-17 10:52:39 -070025 </application>
26
Chris Poultney02698d82022-09-20 18:28:35 +000027 <instrumentation android:name="androidx.test.runner.AndroidJUnitRunner"
28 android:targetPackage="com.android.wallpaper"
29 android:label="Tests for WallpaperPicker2" />
30
Santiago Etchebehere8cad0dd2019-10-17 10:52:39 -070031</manifest>