Sudheer Shanka | 53c23fd | 2016-08-17 19:34:58 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- Copyright (C) 2016 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 | --> |
| 16 | |
| 17 | <manifest xmlns:android="http://schemas.android.com/apk/res/android" |
João Victor Mendes Freire | d9938b8 | 2023-01-12 18:21:11 +0000 | [diff] [blame] | 18 | package="com.android.perftests.multiuser"> |
Gopinath Elanchezhian | 3745571 | 2020-06-16 15:09:08 -0700 | [diff] [blame] | 19 | |
Bookatz | 312da05 | 2019-04-11 09:24:54 -0700 | [diff] [blame] | 20 | <uses-permission android:name="android.permission.CONTROL_KEYGUARD" /> |
Adam Bookatz | 58e358f | 2021-05-25 11:02:58 -0700 | [diff] [blame] | 21 | <uses-permission android:name="android.permission.DEVICE_POWER" /> |
Bookatz | 312da05 | 2019-04-11 09:24:54 -0700 | [diff] [blame] | 22 | <uses-permission android:name="android.permission.INSTALL_PACKAGES" /> |
Sudheer Shanka | 53c23fd | 2016-08-17 19:34:58 -0700 | [diff] [blame] | 23 | <uses-permission android:name="android.permission.INTERACT_ACROSS_USERS" /> |
| 24 | <uses-permission android:name="android.permission.INTERACT_ACROSS_USERS_FULL" /> |
Gopinath Elanchezhian | 5be2537 | 2021-06-10 13:47:13 -0700 | [diff] [blame] | 25 | <uses-permission android:name="android.permission.MANAGE_USERS" /> |
| 26 | <uses-permission android:name="android.permission.REAL_GET_TASKS" /> |
| 27 | <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> |
Bookatz | 04d7ae5 | 2019-08-05 14:07:12 -0700 | [diff] [blame] | 28 | <uses-permission android:name="android.permission.WRITE_SECURE_SETTINGS" /> |
João Victor Mendes Freire | d9938b8 | 2023-01-12 18:21:11 +0000 | [diff] [blame] | 29 | <uses-permission android:name="android.permission.SET_WALLPAPER" /> |
Sudheer Shanka | 53c23fd | 2016-08-17 19:34:58 -0700 | [diff] [blame] | 30 | |
| 31 | <application> |
| 32 | <uses-library android:name="android.test.runner" /> |
| 33 | </application> |
| 34 | |
KOUSHIK PANUGANTI | 130f0a5 | 2018-12-17 14:41:06 -0800 | [diff] [blame] | 35 | <instrumentation android:name="androidx.test.runner.AndroidJUnitRunner" |
John Reck | 7a9a4ec | 2016-08-25 15:24:03 -0700 | [diff] [blame] | 36 | android:targetPackage="com.android.perftests.multiuser"/> |
Sudheer Shanka | 53c23fd | 2016-08-17 19:34:58 -0700 | [diff] [blame] | 37 | |
Cintia Martins | 0088c2b | 2022-11-09 18:11:06 +0000 | [diff] [blame] | 38 | <queries> |
| 39 | <package android:name="perftests.multiuser.apps.dummyapp" /> |
| 40 | </queries> |
John Reck | 7a9a4ec | 2016-08-25 15:24:03 -0700 | [diff] [blame] | 41 | </manifest> |