| Brett Chabot | caf30a1 | 2011-07-28 19:33:22 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- Copyright (C) 2011 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" |
| 18 | package="com.android.systemui.tests"> |
| 19 | |
| Jason Monk | de850bb | 2017-02-01 19:26:30 -0500 | [diff] [blame] | 20 | <uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" /> |
| Jason Monk | 865246d | 2017-01-19 08:27:01 -0500 | [diff] [blame] | 21 | <uses-permission android:name="android.permission.ACCESS_VOICE_INTERACTION_SERVICE" /> |
| Brett Chabot | caf30a1 | 2011-07-28 19:33:22 -0700 | [diff] [blame] | 22 | <uses-permission android:name="android.permission.INJECT_EVENTS" /> |
| Jason Monk | c014dec | 2014-12-12 11:49:55 -0500 | [diff] [blame] | 23 | <uses-permission android:name="android.permission.READ_PHONE_STATE" /> |
| Jason Monk | d5a204f | 2015-12-21 08:50:01 -0500 | [diff] [blame] | 24 | <uses-permission android:name="android.permission.INTERACT_ACROSS_USERS" /> |
| Jason Monk | f6a3cf9 | 2016-02-29 13:01:08 -0500 | [diff] [blame] | 25 | <uses-permission android:name="android.permission.INTERACT_ACROSS_USERS_FULL" /> |
| 26 | <uses-permission android:name="android.permission.WRITE_SECURE_SETTINGS" /> |
| Jason Monk | d5a204f | 2015-12-21 08:50:01 -0500 | [diff] [blame] | 27 | <uses-permission android:name="android.permission.MANAGE_USERS" /> |
| Jason Monk | 0c6e099 | 2016-03-29 15:49:02 -0400 | [diff] [blame] | 28 | <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" /> |
| 29 | <uses-permission android:name="android.permission.CHANGE_WIFI_STATE" /> |
| Jason Monk | 8852905 | 2016-11-04 13:29:58 -0400 | [diff] [blame] | 30 | <uses-permission android:name="android.permission.BIND_QUICK_SETTINGS_TILE" /> |
| Bartosz Fabianowski | 5f04500 | 2016-12-01 10:36:18 +0100 | [diff] [blame] | 31 | <uses-permission android:name="android.permission.ACCESS_KEYGUARD_SECURE_STORAGE" /> |
| Geoffrey Pitsch | 4dd5006 | 2016-12-06 16:41:22 -0500 | [diff] [blame] | 32 | <uses-permission android:name="android.permission.STATUS_BAR_SERVICE" /> |
| Jason Monk | 2138073 | 2017-01-19 15:13:31 -0500 | [diff] [blame] | 33 | <uses-permission android:name="android.permission.ACCESS_VR_MANAGER" /> |
| Jason Monk | 685db72 | 2017-01-23 17:36:50 -0500 | [diff] [blame] | 34 | <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> |
| 35 | <uses-permission android:name="android.permission.CONNECTIVITY_INTERNAL" /> |
| 36 | <uses-permission android:name="android.permission.MANAGE_NETWORK_POLICY" /> |
| Sundeep Ghuman | e869d83 | 2017-01-25 16:23:43 -0800 | [diff] [blame] | 37 | <uses-permission android:name="android.permission.REQUEST_NETWORK_SCORES" /> |
| Jason Monk | aa573e9 | 2017-01-27 17:00:29 -0500 | [diff] [blame] | 38 | <uses-permission android:name="android.permission.CONTROL_VPN" /> |
| Adrian Roos | c1b5032 | 2017-02-27 21:07:58 +0100 | [diff] [blame] | 39 | <uses-permission android:name="android.permission.WAKE_LOCK" /> |
| Jason Monk | b46a3c9 | 2017-06-22 09:19:54 -0400 | [diff] [blame] | 40 | <uses-permission android:name="android.permission.GET_APP_OPS_STATS" /> |
| Jason Monk | b05395f | 2017-07-11 10:05:03 -0400 | [diff] [blame] | 41 | <uses-permission android:name="android.permission.BLUETOOTH" /> |
| Lucas Dupin | e17ce52 | 2017-07-17 15:45:06 -0700 | [diff] [blame^] | 42 | <uses-permission android:name="android.permission.TRUST_LISTENER" /> |
| 43 | <uses-permission android:name="android.permission.USE_FINGERPRINT" /> |
| Brett Chabot | caf30a1 | 2011-07-28 19:33:22 -0700 | [diff] [blame] | 44 | |
| 45 | <application> |
| 46 | <uses-library android:name="android.test.runner" /> |
| 47 | <activity android:name="com.android.systemui.screenshot.ScreenshotStubActivity" /> |
| Jason Monk | d5a204f | 2015-12-21 08:50:01 -0500 | [diff] [blame] | 48 | |
| 49 | <service |
| 50 | android:name="com.android.systemui.qs.external.TileLifecycleManagerTests$FakeTileService" |
| 51 | android:process=":killable" /> |
| Brett Chabot | caf30a1 | 2011-07-28 19:33:22 -0700 | [diff] [blame] | 52 | </application> |
| 53 | |
| Jason Monk | c429f69 | 2017-06-27 13:13:49 -0400 | [diff] [blame] | 54 | <instrumentation android:name="android.testing.TestableInstrumentation" |
| Jason Monk | 29f7a7b | 2014-11-17 14:40:56 -0500 | [diff] [blame] | 55 | android:targetPackage="com.android.systemui.tests" |
| Brett Chabot | caf30a1 | 2011-07-28 19:33:22 -0700 | [diff] [blame] | 56 | android:label="Tests for SystemUI"> |
| 57 | </instrumentation> |
| 58 | </manifest> |