blob: 1c8f0958109289e3ab602336865cec9d448caa49 [file] [log] [blame]
Sunny Goyal658058b2017-01-21 01:33:02 -08001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2017 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
18 xmlns:android="http://schemas.android.com/apk/res/android"
19 package="com.android.launcher3.tests">
20
vadimtb96898a2019-04-05 18:35:29 -070021 <uses-permission android:name="android.permission.KILL_BACKGROUND_PROCESSES"/>
Winson Chungb3fe6612018-10-29 10:45:25 -070022
vadimt94734212019-08-05 17:31:53 -070023 <uses-permission android:name="android.permission.PACKAGE_USAGE_STATS"/>
24 <uses-permission android:name="android.permission.READ_LOGS"/>
vadimtaad54ab2020-01-07 14:54:53 -080025 <uses-permission android:name="android.permission.WRITE_SECURE_SETTINGS"/>
vadimt94734212019-08-05 17:31:53 -070026
Sunny Goyal658058b2017-01-21 01:33:02 -080027 <application android:debuggable="true">
vadimtb96898a2019-04-05 18:35:29 -070028 <uses-library android:name="android.test.runner"/>
Sunny Goyal658058b2017-01-21 01:33:02 -080029
Sunny Goyald9843352017-01-25 11:19:59 -080030 <receiver
31 android:name="com.android.launcher3.testcomponent.AppWidgetNoConfig"
32 android:label="No Config">
Sunny Goyal658058b2017-01-21 01:33:02 -080033 <intent-filter>
vadimtb96898a2019-04-05 18:35:29 -070034 <action android:name="android.appwidget.action.APPWIDGET_UPDATE"/>
Sunny Goyal658058b2017-01-21 01:33:02 -080035 </intent-filter>
36 <meta-data android:name="android.appwidget.provider"
vadimtb96898a2019-04-05 18:35:29 -070037 android:resource="@xml/appwidget_no_config"/>
Sunny Goyal658058b2017-01-21 01:33:02 -080038 </receiver>
39
Winson Chung1054d4e2018-03-05 19:39:21 +000040 <receiver
41 android:name="com.android.launcher3.testcomponent.AppWdigetHidden"
42 android:label="Hidden widget">
43 <intent-filter>
vadimtb96898a2019-04-05 18:35:29 -070044 <action android:name="android.appwidget.action.APPWIDGET_UPDATE"/>
Winson Chung1054d4e2018-03-05 19:39:21 +000045 </intent-filter>
46 <meta-data android:name="android.appwidget.provider"
vadimtb96898a2019-04-05 18:35:29 -070047 android:resource="@xml/appwidget_hidden"/>
Winson Chung1054d4e2018-03-05 19:39:21 +000048 </receiver>
49
Sunny Goyald9843352017-01-25 11:19:59 -080050 <receiver
51 android:name="com.android.launcher3.testcomponent.AppWidgetWithConfig"
52 android:label="With Config">
Sunny Goyal658058b2017-01-21 01:33:02 -080053 <intent-filter>
vadimtb96898a2019-04-05 18:35:29 -070054 <action android:name="android.appwidget.action.APPWIDGET_UPDATE"/>
Sunny Goyal658058b2017-01-21 01:33:02 -080055 </intent-filter>
56 <meta-data android:name="android.appwidget.provider"
vadimtb96898a2019-04-05 18:35:29 -070057 android:resource="@xml/appwidget_with_config"/>
Sunny Goyal658058b2017-01-21 01:33:02 -080058 </receiver>
59
60 <activity
Hyunyoung Song0a4a4d92020-07-25 00:30:36 +000061 android:name="com.android.launcher3.testcomponent.WidgetConfigActivity">
Sunny Goyal658058b2017-01-21 01:33:02 -080062 <intent-filter>
63 <action android:name="android.appwidget.action.APPWIDGET_CONFIGURE"/>
64 </intent-filter>
65 </activity>
Hyunyoung Song0a4a4d92020-07-25 00:30:36 +000066 <activity android:name="com.android.launcher3.testcomponent.CustomShortcutConfigActivity">
Pinyao Tingd625e492019-10-02 11:25:44 -070067 <intent-filter>
68 <action android:name="android.intent.action.CREATE_SHORTCUT" />
69 <category android:name="android.intent.category.DEFAULT" />
70 </intent-filter>
71 </activity>
Sunny Goyald9843352017-01-25 11:19:59 -080072 <activity
73 android:name="com.android.launcher3.testcomponent.RequestPinItemActivity"
vadimtb96898a2019-04-05 18:35:29 -070074 android:icon="@drawable/test_drawable_pin_item"
75 android:label="Test Pin Item">
Sunny Goyald9843352017-01-25 11:19:59 -080076 <intent-filter>
77 <action android:name="android.intent.action.MAIN"/>
78 <category android:name="android.intent.category.LAUNCHER"/>
79 <category android:name="android.intent.category.DEFAULT"/>
80 </intent-filter>
81 </activity>
Sunny Goyal4ed58d62018-10-05 16:19:38 -070082
Sunny Goyal8f90d5d2019-09-18 22:29:40 -070083 <service
84 android:name="com.android.launcher3.testcomponent.ListViewService"
85 android:permission="android.permission.BIND_REMOTEVIEWS" />
86
Sunny Goyal4ed58d62018-10-05 16:19:38 -070087 <provider
Sunny Goyal8f90d5d2019-09-18 22:29:40 -070088 android:name="com.android.launcher3.testcomponent.TestCommandProvider"
Sunny Goyal4ed58d62018-10-05 16:19:38 -070089 android:authorities="${packageName}.commands"
vadimtb96898a2019-04-05 18:35:29 -070090 android:exported="true"/>
Sunny Goyal4ed58d62018-10-05 16:19:38 -070091
92 <activity
93 android:name="com.android.launcher3.testcomponent.TestLauncherActivity"
Sunny Goyal4ed58d62018-10-05 16:19:38 -070094 android:clearTaskOnLaunch="true"
Winson Chung4b4341d2020-10-28 00:13:57 -070095 android:configChanges="keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenSize|screenLayout|smallestScreenSize"
vadimtb96898a2019-04-05 18:35:29 -070096 android:enabled="false"
97 android:label="Test launcher"
98 android:launchMode="singleTask"
Sunny Goyal4ed58d62018-10-05 16:19:38 -070099 android:process=":testLauncherProcess"
vadimtb96898a2019-04-05 18:35:29 -0700100 android:resizeableActivity="true"
101 android:screenOrientation="unspecified"
102 android:stateNotNeeded="true"
103 android:taskAffinity=""
104 android:theme="@android:style/Theme.DeviceDefault.Light"
105 android:windowSoftInputMode="adjustPan">
Sunny Goyal4ed58d62018-10-05 16:19:38 -0700106 <intent-filter>
vadimtb96898a2019-04-05 18:35:29 -0700107 <action android:name="android.intent.action.MAIN"/>
108 <category android:name="android.intent.category.HOME"/>
109 <category android:name="android.intent.category.DEFAULT"/>
Sunny Goyal4ed58d62018-10-05 16:19:38 -0700110 <category android:name="android.intent.category.MONKEY"/>
vadimtb96898a2019-04-05 18:35:29 -0700111 <category android:name="android.intent.category.LAUNCHER_APP"/>
Sunny Goyal4ed58d62018-10-05 16:19:38 -0700112 </intent-filter>
113 </activity>
vadimtfb0cb7a2019-04-04 17:35:57 -0700114 <activity
115 android:name="com.android.launcher3.testcomponent.BaseTestingActivity"
vadimtf1e0c902019-04-30 19:54:43 -0700116 android:label="LauncherTestApp"
117 android:taskAffinity="com.android.launcher3.testcomponent.Affinity1">
vadimtfb0cb7a2019-04-04 17:35:57 -0700118 <intent-filter>
119 <action android:name="android.intent.action.MAIN"/>
120 <category android:name="android.intent.category.LAUNCHER"/>
121 </intent-filter>
vadimtb96898a2019-04-05 18:35:29 -0700122 <intent-filter>
123 <action android:name="com.android.launcher3.intent.action.test_shortcut"/>
124 <category android:name="android.intent.category.DEFAULT"/>
125 </intent-filter>
126 <meta-data android:name="android.app.shortcuts"
127 android:resource="@xml/shortcuts"/>
vadimtfb0cb7a2019-04-04 17:35:57 -0700128 </activity>
vadimtdb4afbb2019-04-30 18:19:50 -0700129 <activity-alias android:name="Activity2"
130 android:label="TestActivity2"
131 android:targetActivity="com.android.launcher3.testcomponent.BaseTestingActivity">
132 <intent-filter>
133 <action android:name="android.intent.action.MAIN"/>
134 <category android:name="android.intent.category.LAUNCHER"/>
135 </intent-filter>
136 </activity-alias>
137 <activity-alias android:name="Activity3"
138 android:label="TestActivity3"
139 android:targetActivity="com.android.launcher3.testcomponent.BaseTestingActivity">
140 <intent-filter>
141 <action android:name="android.intent.action.MAIN"/>
142 <category android:name="android.intent.category.LAUNCHER"/>
143 </intent-filter>
144 </activity-alias>
145 <activity-alias android:name="Activity4"
146 android:label="TestActivity4"
147 android:targetActivity="com.android.launcher3.testcomponent.BaseTestingActivity">
148 <intent-filter>
149 <action android:name="android.intent.action.MAIN"/>
150 <category android:name="android.intent.category.LAUNCHER"/>
151 </intent-filter>
152 </activity-alias>
153 <activity-alias android:name="Activity5"
154 android:label="TestActivity5"
155 android:targetActivity="com.android.launcher3.testcomponent.BaseTestingActivity">
156 <intent-filter>
157 <action android:name="android.intent.action.MAIN"/>
158 <category android:name="android.intent.category.LAUNCHER"/>
159 </intent-filter>
160 </activity-alias>
161 <activity-alias android:name="Activity6"
162 android:label="TestActivity6"
163 android:targetActivity="com.android.launcher3.testcomponent.BaseTestingActivity">
164 <intent-filter>
165 <action android:name="android.intent.action.MAIN"/>
166 <category android:name="android.intent.category.LAUNCHER"/>
167 </intent-filter>
168 </activity-alias>
169 <activity-alias android:name="Activity7"
170 android:label="TestActivity7"
171 android:targetActivity="com.android.launcher3.testcomponent.BaseTestingActivity">
172 <intent-filter>
173 <action android:name="android.intent.action.MAIN"/>
174 <category android:name="android.intent.category.LAUNCHER"/>
175 </intent-filter>
176 </activity-alias>
177 <activity-alias android:name="Activity8"
178 android:label="TestActivity8"
179 android:targetActivity="com.android.launcher3.testcomponent.BaseTestingActivity">
180 <intent-filter>
181 <action android:name="android.intent.action.MAIN"/>
182 <category android:name="android.intent.category.LAUNCHER"/>
183 </intent-filter>
184 </activity-alias>
185 <activity-alias android:name="Activity9"
186 android:label="TestActivity9"
187 android:targetActivity="com.android.launcher3.testcomponent.BaseTestingActivity">
188 <intent-filter>
189 <action android:name="android.intent.action.MAIN"/>
190 <category android:name="android.intent.category.LAUNCHER"/>
191 </intent-filter>
192 </activity-alias>
193 <activity-alias android:name="Activity10"
194 android:label="TestActivity10"
195 android:targetActivity="com.android.launcher3.testcomponent.BaseTestingActivity">
196 <intent-filter>
197 <action android:name="android.intent.action.MAIN"/>
198 <category android:name="android.intent.category.LAUNCHER"/>
199 </intent-filter>
200 </activity-alias>
Vadim Trysheva8700f62018-08-30 16:01:47 -0700201 <activity-alias android:name="Activity11"
202 android:label="TestActivity11"
203 android:targetActivity="com.android.launcher3.testcomponent.BaseTestingActivity">
204 <intent-filter>
205 <action android:name="android.intent.action.MAIN"/>
206 <category android:name="android.intent.category.LAUNCHER"/>
207 </intent-filter>
208 </activity-alias>
Sunny Goyal658058b2017-01-21 01:33:02 -0800209 </application>
210</manifest>