The Android Open Source Project | f805710 | 2009-03-15 16:47:16 -0700 | [diff] [blame] | 1 | <!-- |
| 2 | * Copyright (C) 2008 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.cts.stub"> |
Scott Su | 380ec6f | 2009-04-21 00:38:12 -0700 | [diff] [blame] | 19 | |
| 20 | <permission android:name="android.app.cts.permission.TEST_GRANTED" |
The Android Open Source Project | f805710 | 2009-03-15 16:47:16 -0700 | [diff] [blame] | 21 | android:protectionLevel="normal" |
Scott Su | 380ec6f | 2009-04-21 00:38:12 -0700 | [diff] [blame] | 22 | android:label="@string/permlab_testGranted" |
| 23 | android:description="@string/permdesc_testGranted"> |
| 24 | <meta-data android:name="android.app.cts.string" android:value="foo" /> |
| 25 | <meta-data android:name="android.app.cts.boolean" android:value="true" /> |
| 26 | <meta-data android:name="android.app.cts.integer" android:value="100" /> |
| 27 | <meta-data android:name="android.app.cts.color" android:value="#ff000000" /> |
| 28 | <meta-data android:name="android.app.cts.float" android:value="100.1" /> |
| 29 | <meta-data android:name="android.app.cts.reference" android:resource="@xml/metadata" /> |
| 30 | </permission> |
Brian Muramatsu | 8a7df69 | 2012-01-17 11:50:49 -0800 | [diff] [blame] | 31 | |
The Android Open Source Project | f805710 | 2009-03-15 16:47:16 -0700 | [diff] [blame] | 32 | <uses-permission android:name="android.permission.GET_TASKS" /> |
| 33 | <uses-permission android:name="android.permission.SET_WALLPAPER" /> |
| 34 | <uses-permission android:name="android.permission.SET_TIME_ZONE" /> |
Brian Muramatsu | 8a7df69 | 2012-01-17 11:50:49 -0800 | [diff] [blame] | 35 | <uses-permission android:name="android.permission.WRITE_CONTACTS" /> |
| 36 | <uses-permission android:name="android.permission.WRITE_SOCIAL_STREAM" /> |
The Android Open Source Project | f805710 | 2009-03-15 16:47:16 -0700 | [diff] [blame] | 37 | <uses-permission android:name="android.permission.READ_CONTACTS" /> |
Brian Muramatsu | 8a7df69 | 2012-01-17 11:50:49 -0800 | [diff] [blame] | 38 | <uses-permission android:name="android.permission.READ_SOCIAL_STREAM" /> |
Andy McFadden | b88be17 | 2011-08-05 09:57:48 -0700 | [diff] [blame] | 39 | <uses-permission android:name="android.permission.WRITE_CALENDAR" /> |
| 40 | <uses-permission android:name="android.permission.READ_CALENDAR" /> |
The Android Open Source Project | f805710 | 2009-03-15 16:47:16 -0700 | [diff] [blame] | 41 | <uses-permission android:name="android.permission.DEVICE_POWER" /> |
| 42 | <uses-permission android:name="android.permission.STATUS_BAR" /> |
| 43 | <uses-permission android:name="android.permission.EXPAND_STATUS_BAR" /> |
| 44 | <uses-permission android:name="android.permission.VIBRATE" /> |
| 45 | <uses-permission android:name="android.permission.PERSISTENT_ACTIVITY" /> |
| 46 | <uses-permission android:name="android.permission.DISABLE_KEYGUARD" /> |
| 47 | <uses-permission android:name="android.permission.INSTALL_PACKAGES" /> |
| 48 | <uses-permission android:name="android.permission.WRITE_SETTINGS" /> |
| 49 | <uses-permission android:name="android.permission.WRITE_SECURE_SETTINGS" /> |
| 50 | <uses-permission android:name="android.permission.WRITE_SYNC_SETTINGS" /> |
| 51 | <uses-permission android:name="android.permission.READ_SYNC_SETTINGS" /> |
| 52 | <uses-permission android:name="android.permission.WRITE_OWNER_DATA" /> |
| 53 | <uses-permission android:name="android.permission.READ_OWNER_DATA" /> |
| 54 | <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" /> |
| 55 | <uses-permission android:name="android.permission.ACCESS_LOCATION_EXTRA_COMMANDS" /> |
| 56 | <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" /> |
| 57 | <uses-permission android:name="android.permission.DELETE_CACHE_FILES" /> |
| 58 | <uses-permission android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" /> |
| 59 | <uses-permission android:name="android.permission.ADD_SYSTEM_SERVICE" /> |
| 60 | <uses-permission android:name="android.permission.BROADCAST_STICKY" /> |
| 61 | <uses-permission android:name="android.app.cts.permission.TEST_GRANTED" /> |
| 62 | <uses-permission android:name="android.permission.INJECT_EVENTS" /> |
| 63 | <uses-permission android:name="android.permission.INTERNET" /> |
| 64 | <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> |
| 65 | <uses-permission android:name="android.permission.CHANGE_NETWORK_STATE" /> |
| 66 | <uses-permission android:name="android.permission.WAKE_LOCK" /> |
Scott Su | 380ec6f | 2009-04-21 00:38:12 -0700 | [diff] [blame] | 67 | <uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" /> |
| 68 | <uses-permission android:name="android.permission.CALL_PHONE" /> |
Scott Su | 7592e4f | 2009-04-30 17:26:49 -0700 | [diff] [blame] | 69 | <uses-permission android:name="android.permission.ACCESS_MOCK_LOCATION" /> |
Phil Dubach | de36974 | 2009-07-27 13:34:52 -0700 | [diff] [blame] | 70 | <uses-permission android:name="android.permission.RECORD_AUDIO" /> |
Dan Egnor | ffef11f | 2010-03-05 14:20:18 -0800 | [diff] [blame] | 71 | <uses-permission android:name="android.permission.DUMP" /> |
Brian Muramatsu | 6d783fe | 2011-02-28 15:03:09 -0800 | [diff] [blame] | 72 | <uses-permission android:name="android.permission.NFC" /> |
Zhihong GUO | 3b9c509 | 2011-08-04 13:43:02 +0800 | [diff] [blame] | 73 | <uses-permission android:name="android.permission.SET_WALLPAPER_HINTS" /> |
The Android Open Source Project | f805710 | 2009-03-15 16:47:16 -0700 | [diff] [blame] | 74 | |
Scott Su | 42f8f66 | 2009-04-23 23:40:02 -0700 | [diff] [blame] | 75 | <!-- Used for PackageManager test, don't delete this INTERNET permission --> |
| 76 | <uses-permission android:name="android.permission.INTERNET" /> |
| 77 | <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> |
| 78 | <uses-permission android:name="android.permission.CHANGE_NETWORK_STATE" /> |
| 79 | <uses-permission android:name="android.permission.WAKE_LOCK" /> |
| 80 | <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" /> |
| 81 | <uses-permission android:name="android.permission.CHANGE_WIFI_STATE" /> |
| 82 | <uses-permission android:name="android.permission.CAMERA" /> |
| 83 | <uses-permission android:name="android.permission.SET_PREFERRED_APPLICATIONS" /> |
| 84 | <uses-permission android:name="android.permission.INSTALL_PACKAGES" /> |
| 85 | <uses-permission android:name="android.permission.GET_PACKAGE_SIZE" /> |
| 86 | <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" /> |
| 87 | <uses-permission android:name="android.permission.SEND_SMS" /> |
gzhhong | 4c39dc5 | 2011-05-07 15:34:09 +0800 | [diff] [blame] | 88 | <uses-permission android:name="android.permission.RECEIVE_SMS" /> |
Scott Su | 42f8f66 | 2009-04-23 23:40:02 -0700 | [diff] [blame] | 89 | <uses-permission android:name="android.permission.READ_PHONE_STATE" /> |
Leon Scroggins | a04dc39 | 2009-07-27 11:09:24 -0400 | [diff] [blame] | 90 | <uses-permission android:name="com.android.browser.permission.READ_HISTORY_BOOKMARKS" /> |
| 91 | <uses-permission android:name="com.android.browser.permission.WRITE_HISTORY_BOOKMARKS" /> |
Phil Dubach | 6248302 | 2009-06-02 15:42:59 -0700 | [diff] [blame] | 92 | <uses-permission android:name="android.permission.WRITE_USER_DICTIONARY" /> |
| 93 | <uses-permission android:name="android.permission.READ_USER_DICTIONARY" /> |
The Android Open Source Project | f805710 | 2009-03-15 16:47:16 -0700 | [diff] [blame] | 94 | |
Dianne Hackborn | 33dc1fa | 2009-07-16 18:05:30 -0700 | [diff] [blame] | 95 | <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> |
Dan Egnor | b5e916b | 2010-01-06 23:10:13 -0800 | [diff] [blame] | 96 | <uses-permission android:name="android.permission.READ_LOGS" /> |
Brett Chabot | dcdc3af | 2010-01-20 19:23:56 -0800 | [diff] [blame] | 97 | |
| 98 | <!-- content sync tests --> |
| 99 | <uses-permission android:name="android.permission.MANAGE_ACCOUNTS" /> |
| 100 | <uses-permission android:name="android.permission.AUTHENTICATE_ACCOUNTS" /> |
| 101 | <uses-permission android:name="android.permission.GET_ACCOUNTS" /> |
| 102 | <uses-permission android:name="android.permission.USE_CREDENTIALS" /> |
| 103 | <uses-permission android:name="android.permission.READ_SYNC_SETTINGS" /> |
| 104 | <uses-permission android:name="android.permission.WRITE_SYNC_SETTINGS" /> |
| 105 | <uses-permission android:name="android.permission.READ_SYNC_STATS" /> |
Dianne Hackborn | 33dc1fa | 2009-07-16 18:05:30 -0700 | [diff] [blame] | 106 | |
Scott Su | 42f8f66 | 2009-04-23 23:40:02 -0700 | [diff] [blame] | 107 | <!-- Used for PackageManager test, don't delete this permission-tree --> |
| 108 | <permission-tree android:name="com.android.cts.stub.permission.TEST_DYNAMIC" |
| 109 | android:label="Test Tree"/> |
| 110 | |
| 111 | <!-- Used for PackageManager test, don't delete this permission-group --> |
| 112 | <permission-group android:name="android.permission-group.COST_MONEY"/> |
| 113 | <!-- Used for PackageManager test, don't delete! --> |
| 114 | <uses-configuration/> |
| 115 | |
Scott Su | c14a50e | 2009-04-12 22:26:54 -0700 | [diff] [blame] | 116 | <application android:label="Android TestCase" |
| 117 | android:icon="@drawable/size_48x48" android:name="android.app.cts.MockApplication"> |
| 118 | |
Phil Dubach | 10aacdd | 2009-07-09 18:18:42 -0700 | [diff] [blame] | 119 | <activity android:name="android.media.cts.AudioManagerStub" |
| 120 | android:label="AudioManagerStub"/> |
| 121 | <activity android:name="android.media.cts.AudioManagerStubHelper" |
| 122 | android:label="AudioManagerStubHelper"/> |
| 123 | |
The Android Open Source Project | f805710 | 2009-03-15 16:47:16 -0700 | [diff] [blame] | 124 | <activity android:name="android.widget.cts.TwoLineListItemStubActivity" |
| 125 | android:label="TwoLineListItemStubActivity"> |
| 126 | <intent-filter> |
| 127 | <action android:name="android.intent.action.MAIN" /> |
| 128 | <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
| 129 | </intent-filter> |
| 130 | </activity> |
| 131 | |
Phil Dubach | de36974 | 2009-07-27 13:34:52 -0700 | [diff] [blame] | 132 | <activity android:name="android.media.cts.MediaStubActivity" |
Gloria Wang | 39ae26a | 2011-10-12 14:29:57 -0700 | [diff] [blame] | 133 | android:label="MediaStubActivity" |
| 134 | android:screenOrientation="nosensor"> |
Phil Dubach | de36974 | 2009-07-27 13:34:52 -0700 | [diff] [blame] | 135 | <intent-filter> |
| 136 | <action android:name="android.intent.action.MAIN" /> |
| 137 | <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
| 138 | </intent-filter> |
| 139 | </activity> |
| 140 | |
Gloria Wang | a6e8d67 | 2011-10-03 15:56:30 -0700 | [diff] [blame] | 141 | <activity android:name="android.media.cts.MediaPlayerSurfaceStubActivity" |
| 142 | android:label="MediaPlayerSurfaceStubActivity"> |
| 143 | <intent-filter> |
| 144 | <action android:name="android.intent.action.MAIN" /> |
| 145 | <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
| 146 | </intent-filter> |
| 147 | </activity> |
| 148 | |
Phil Dubach | 0e70562 | 2009-07-22 17:45:27 -0700 | [diff] [blame] | 149 | <activity android:name="android.media.cts.RingtonePickerActivity" |
| 150 | android:label="RingtonePickerActivity"> |
| 151 | <intent-filter> |
| 152 | <action android:name="android.intent.action.MAIN"/> |
| 153 | <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
| 154 | </intent-filter> |
| 155 | </activity> |
| 156 | |
The Android Open Source Project | f805710 | 2009-03-15 16:47:16 -0700 | [diff] [blame] | 157 | <activity android:name="android.view.cts.ViewStubStubActivity" |
| 158 | android:label="ViewStubStubActivity"> |
| 159 | <intent-filter> |
| 160 | <action android:name="android.intent.action.MAIN"/> |
| 161 | <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
| 162 | </intent-filter> |
| 163 | </activity> |
| 164 | |
| 165 | <activity android:name="android.widget.cts.ViewFlipperStubActivity" |
| 166 | android:label="ViewFlipperStubActivity"> |
| 167 | <intent-filter> |
| 168 | <action android:name="android.intent.action.MAIN" /> |
| 169 | <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
| 170 | </intent-filter> |
| 171 | </activity> |
| 172 | |
| 173 | <activity android:name="android.app.cts.DialogStubActivity" |
Brian Muramatsu | c65e56b | 2012-01-27 12:13:54 -0800 | [diff] [blame] | 174 | android:label="DialogStubActivity" |
| 175 | android:configChanges="keyboardHidden|orientation|screenSize"> |
The Android Open Source Project | f805710 | 2009-03-15 16:47:16 -0700 | [diff] [blame] | 176 | <intent-filter> |
| 177 | <action android:name="android.intent.action.MAIN" /> |
| 178 | <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
| 179 | </intent-filter> |
| 180 | </activity> |
| 181 | |
Phil Dubach | 9964df5 | 2009-06-04 12:19:32 -0700 | [diff] [blame] | 182 | <activity android:name="android.widget.cts.HorizontalScrollViewStubActivity" |
| 183 | android:label="HorizontalScrollViewStubActivity"> |
| 184 | <intent-filter> |
| 185 | <action android:name="android.intent.action.MAIN" /> |
| 186 | <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
| 187 | </intent-filter> |
| 188 | </activity> |
| 189 | |
Phil Dubach | 5d79c6f | 2009-06-05 18:34:01 -0700 | [diff] [blame] | 190 | <activity android:name="android.widget.cts.SlidingDrawerStubActivity" |
| 191 | android:label="SlidingDrawerStubActivity"> |
| 192 | <intent-filter> |
| 193 | <action android:name="android.intent.action.MAIN" /> |
| 194 | <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
| 195 | </intent-filter> |
| 196 | </activity> |
| 197 | |
Phil Dubach | a5b9bbc | 2009-05-26 15:17:37 -0700 | [diff] [blame] | 198 | <activity android:name="android.view.cts.UsingViewsStubActivity" |
| 199 | android:label="Using Views Test"> |
| 200 | <intent-filter> |
| 201 | <action android:name="android.intent.action.MAIN" /> |
| 202 | <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
| 203 | </intent-filter> |
| 204 | </activity> |
| 205 | <activity android:name="android.view.cts.FocusHandlingStubActivity" |
| 206 | android:label="Focus Handling Test"> |
| 207 | <intent-filter> |
| 208 | <action android:name="android.intent.action.MAIN" /> |
| 209 | <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
| 210 | </intent-filter> |
| 211 | </activity> |
The Android Open Source Project | f805710 | 2009-03-15 16:47:16 -0700 | [diff] [blame] | 212 | <activity android:name="android.app.cts.MockActivity" android:label="MockActivity"> |
| 213 | <meta-data android:name="android.app.alias" |
| 214 | android:resource="@xml/alias" /> |
| 215 | <meta-data android:name="android.app.intent.filter" |
| 216 | android:resource="@xml/intentfilter" /> |
| 217 | <meta-data android:name="android.widget.layout" |
| 218 | android:resource="@xml/layout" /> |
| 219 | <meta-data android:name="android.view.merge" |
| 220 | android:resource="@xml/merge" /> |
| 221 | </activity> |
| 222 | |
| 223 | <activity android:name="android.widget.cts.DigitalClockStubActivity" |
| 224 | android:label="DigitalClockStubActivity"> |
| 225 | <intent-filter> |
| 226 | <action android:name="android.intent.action.MAIN" /> |
| 227 | <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
| 228 | </intent-filter> |
| 229 | </activity> |
| 230 | |
| 231 | <activity android:name="android.widget.cts.ImageViewStubActivity" |
| 232 | android:label="ImageViewStubActivity"> |
| 233 | <intent-filter> |
| 234 | <action android:name="android.intent.action.MAIN" /> |
| 235 | <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
| 236 | </intent-filter> |
| 237 | </activity> |
| 238 | |
Scott Su | c05d403 | 2009-04-23 19:02:52 -0700 | [diff] [blame] | 239 | <activity android:name="android.widget.cts.SeekBarStubActivity" |
| 240 | android:label="SeekBarStubActivity"> |
| 241 | <intent-filter> |
| 242 | <action android:name="android.intent.action.MAIN" /> |
| 243 | <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
| 244 | </intent-filter> |
| 245 | </activity> |
| 246 | |
Scott Su | c032163 | 2009-04-23 18:49:10 -0700 | [diff] [blame] | 247 | <activity android:name="android.widget.cts.ScrollViewStubActivity" |
| 248 | android:label="ScrollViewStubActivity"> |
| 249 | <intent-filter> |
| 250 | <action android:name="android.intent.action.MAIN" /> |
| 251 | <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
| 252 | </intent-filter> |
| 253 | </activity> |
| 254 | |
| 255 | <activity android:name="android.widget.cts.FrameLayoutStubActivity" |
| 256 | android:label="FrameLayoutStubActivity"> |
| 257 | <intent-filter> |
| 258 | <action android:name="android.intent.action.MAIN" /> |
| 259 | <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
| 260 | </intent-filter> |
| 261 | </activity> |
| 262 | |
The Android Open Source Project | f805710 | 2009-03-15 16:47:16 -0700 | [diff] [blame] | 263 | <activity android:name="android.widget.cts.LinearLayoutStubActivity" |
| 264 | android:label="LinearLayoutStubActivity"> |
| 265 | <intent-filter> |
| 266 | <action android:name="android.intent.action.MAIN" /> |
| 267 | <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
| 268 | </intent-filter> |
| 269 | </activity> |
| 270 | |
Phil Dubach | 72b705b | 2009-06-05 15:15:37 -0700 | [diff] [blame] | 271 | <activity android:name="android.widget.cts.ProgressBarStubActivity" |
| 272 | android:label="ProgressBarStubActivity"> |
| 273 | <intent-filter> |
| 274 | <action android:name="android.intent.action.MAIN" /> |
| 275 | <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
| 276 | </intent-filter> |
| 277 | </activity> |
| 278 | |
The Android Open Source Project | f805710 | 2009-03-15 16:47:16 -0700 | [diff] [blame] | 279 | <activity android:name="android.widget.cts.ChronometerStubActivity" |
| 280 | android:label="ChronometerStubActivity"> |
| 281 | <intent-filter> |
| 282 | <action android:name="android.intent.action.MAIN"/> |
| 283 | <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
| 284 | </intent-filter> |
| 285 | </activity> |
| 286 | |
Scott Su | edf555c | 2009-04-23 20:32:37 -0700 | [diff] [blame] | 287 | <activity android:name="android.widget.cts.MediaControllerStubActivity" |
| 288 | android:label="MediaControllerStubActivity"> |
| 289 | <intent-filter> |
| 290 | <action android:name="android.intent.action.MAIN" /> |
| 291 | <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
| 292 | </intent-filter> |
| 293 | </activity> |
| 294 | |
The Android Open Source Project | f805710 | 2009-03-15 16:47:16 -0700 | [diff] [blame] | 295 | <activity android:name="android.widget.cts.RatingBarStubActivity" |
| 296 | android:label="RatingBarStubActivity"> |
| 297 | <intent-filter> |
| 298 | <action android:name="android.intent.action.MAIN" /> |
| 299 | <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
| 300 | </intent-filter> |
| 301 | </activity> |
| 302 | |
Phil Dubach | 52fc42a | 2009-06-08 13:35:54 -0700 | [diff] [blame] | 303 | <activity android:name="android.widget.cts.RemoteViewsStubActivity" |
| 304 | android:label="RemoteViewsStubActivity"> |
| 305 | <intent-filter> |
| 306 | <action android:name="android.intent.action.MAIN" /> |
| 307 | <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
| 308 | </intent-filter> |
| 309 | </activity> |
| 310 | |
The Android Open Source Project | f805710 | 2009-03-15 16:47:16 -0700 | [diff] [blame] | 311 | <activity android:name="android.view.cts.ViewGroupStubActivity" android:label="ViewGroupStubActivity"> |
| 312 | <intent-filter> |
| 313 | <action android:name="android.intent.action.MAIN"/> |
| 314 | <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
| 315 | </intent-filter> |
| 316 | </activity> |
Phil Dubach | a5b9bbc | 2009-05-26 15:17:37 -0700 | [diff] [blame] | 317 | <activity android:name="android.view.cts.ViewTestStubActivity" |
| 318 | android:label="ViewTestStubActivity"> |
| 319 | <intent-filter> |
| 320 | <action android:name="android.intent.action.MAIN" /> |
| 321 | <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
| 322 | </intent-filter> |
| 323 | </activity> |
| 324 | <activity android:name="android.view.cts.ViewLayoutPositionTestStubActivity" |
| 325 | android:label="ViewTestStubActivity"> |
| 326 | <intent-filter> |
| 327 | <action android:name="android.intent.action.MAIN" /> |
| 328 | <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
| 329 | </intent-filter> |
| 330 | </activity> |
The Android Open Source Project | f805710 | 2009-03-15 16:47:16 -0700 | [diff] [blame] | 331 | |
Phil Dubach | fb2c547 | 2009-05-14 17:17:01 -0700 | [diff] [blame] | 332 | <activity android:name="android.view.cts.WindowStubActivity" |
PY Laligand | 28fa111 | 2011-06-01 16:14:55 -0700 | [diff] [blame] | 333 | android:theme="@android:style/Theme.Holo.NoActionBar" |
Phil Dubach | fb2c547 | 2009-05-14 17:17:01 -0700 | [diff] [blame] | 334 | android:label="WindowStubActivity"> |
| 335 | <intent-filter> |
| 336 | <action android:name="android.intent.action.MAIN" /> |
| 337 | <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
| 338 | </intent-filter> |
| 339 | </activity> |
| 340 | |
The Android Open Source Project | f805710 | 2009-03-15 16:47:16 -0700 | [diff] [blame] | 341 | <activity android:name="android.widget.cts.ViewGroupStubActivity" |
| 342 | android:label="WidgetViewGroupStubActivity"> |
| 343 | <intent-filter> |
| 344 | <action android:name="android.intent.action.MAIN" /> |
| 345 | <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
| 346 | </intent-filter> |
| 347 | </activity> |
| 348 | |
Scott Su | 383a208 | 2009-04-23 21:30:51 -0700 | [diff] [blame] | 349 | <activity android:name="android.widget.cts.VideoViewStubActivity" |
| 350 | android:label="VideoViewStubActivity"> |
| 351 | <intent-filter> |
| 352 | <action android:name="android.intent.action.MAIN" /> |
| 353 | <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
| 354 | </intent-filter> |
| 355 | </activity> |
| 356 | |
The Android Open Source Project | f805710 | 2009-03-15 16:47:16 -0700 | [diff] [blame] | 357 | <activity android:name="android.widget.cts.AutoCompleteStubActivity" |
| 358 | android:label="AutoCompleteStubActivity"> |
| 359 | <intent-filter> |
| 360 | <action android:name="android.intent.action.MAIN" /> |
| 361 | <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
| 362 | </intent-filter> |
| 363 | </activity> |
| 364 | |
| 365 | <activity android:name="android.widget.cts.ViewAnimatorStubActivity" android:label="ViewAnimatorStubActivity"> |
| 366 | <intent-filter> |
| 367 | <action android:name="android.intent.action.MAIN"/> |
| 368 | <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
| 369 | </intent-filter> |
| 370 | </activity> |
| 371 | |
| 372 | <activity android:name="android.widget.cts.GridViewStubActivity" |
| 373 | android:label="GridViewStubActivity"> |
| 374 | <intent-filter> |
| 375 | <action android:name="android.intent.action.MAIN" /> |
| 376 | <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
| 377 | </intent-filter> |
| 378 | </activity> |
| 379 | |
Scott Su | da9f68e | 2009-04-07 19:58:06 -0700 | [diff] [blame] | 380 | <activity android:name="android.widget.cts.RelativeLayoutStubActivity" |
| 381 | android:label="RelativeLayoutStubActivity"> |
| 382 | <intent-filter> |
| 383 | <action android:name="android.intent.action.MAIN" /> |
| 384 | <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
| 385 | </intent-filter> |
| 386 | </activity> |
| 387 | |
| 388 | <activity android:name="android.widget.cts.FrameLayoutStubActivity" |
| 389 | android:label="FrameLayoutStubActivity"> |
| 390 | <intent-filter> |
| 391 | <action android:name="android.intent.action.MAIN" /> |
| 392 | <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
| 393 | </intent-filter> |
| 394 | </activity> |
| 395 | |
The Android Open Source Project | f805710 | 2009-03-15 16:47:16 -0700 | [diff] [blame] | 396 | <service android:name="android.content.cts.MockContextWrapperService" /> |
| 397 | <activity android:name=".content.ContextWrapperStubActivity" |
| 398 | android:label="ContextWrapperStubActivity"> |
| 399 | <intent-filter> |
| 400 | <action android:name="android.intent.action.MAIN" /> |
| 401 | </intent-filter> |
| 402 | </activity> |
| 403 | |
Phil Dubach | b9d142f | 2009-05-20 14:42:25 -0700 | [diff] [blame] | 404 | <receiver android:name="android.content.cts.MockReceiverFirst"> |
| 405 | <intent-filter android:priority="3"> |
| 406 | <action android:name="android.content.cts.BroadcastReceiverTest.BROADCAST_TESTABORT" /> |
| 407 | </intent-filter> |
| 408 | </receiver> |
| 409 | <receiver android:name="android.content.cts.MockReceiverAbort"> |
| 410 | <intent-filter android:priority="2"> |
| 411 | <action android:name="android.content.cts.BroadcastReceiverTest.BROADCAST_TESTABORT" /> |
| 412 | </intent-filter> |
| 413 | </receiver> |
| 414 | <receiver android:name="android.content.cts.MockReceiver"> |
| 415 | <intent-filter android:priority="1"> |
| 416 | <action android:name="android.content.cts.BroadcastReceiverTest.BROADCAST_MOCKTEST" /> |
| 417 | <action android:name="android.content.cts.BroadcastReceiverTest.BROADCAST_TESTABORT" /> |
| 418 | <action android:name="android.content.cts.ContextWrapperTest.BROADCAST_TESTORDER" /> |
| 419 | </intent-filter> |
| 420 | </receiver> |
| 421 | |
The Android Open Source Project | f805710 | 2009-03-15 16:47:16 -0700 | [diff] [blame] | 422 | <activity android:name="android.provider.cts.BrowserStubActivity" |
| 423 | android:label="BrowserStubActivity"> |
| 424 | <intent-filter> |
| 425 | <action android:name="android.intent.action.MAIN" /> |
| 426 | <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
| 427 | </intent-filter> |
| 428 | </activity> |
| 429 | |
| 430 | <activity android:name="android.content.cts.AvailableIntentsActivity" |
| 431 | android:label="AvailableIntentsActivity"> |
| 432 | <intent-filter> |
| 433 | <action android:name="android.intent.action.MAIN" /> |
| 434 | <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
| 435 | </intent-filter> |
| 436 | </activity> |
| 437 | |
| 438 | <activity android:name="android.widget.cts.TableStubActivity" |
| 439 | android:label="TableStubActivity"> |
| 440 | <intent-filter> |
| 441 | <action android:name="android.intent.action.MAIN" /> |
| 442 | <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
| 443 | </intent-filter> |
| 444 | </activity> |
| 445 | |
Phil Dubach | ed195eb | 2009-06-08 15:43:26 -0700 | [diff] [blame] | 446 | <activity android:name="android.widget.cts.TabHostStubActivity" |
| 447 | android:label="TabHostStubActivity"> |
| 448 | <intent-filter> |
| 449 | <action android:name="android.intent.action.MAIN" /> |
| 450 | <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
| 451 | </intent-filter> |
| 452 | </activity> |
| 453 | |
The Android Open Source Project | f805710 | 2009-03-15 16:47:16 -0700 | [diff] [blame] | 454 | <activity android:name="android.view.animation.cts.AnimationTestStubActivity" |
| 455 | android:label="AnimationTestStubActivity"> |
| 456 | <intent-filter> |
| 457 | <action android:name="android.intent.action.MAIN"/> |
| 458 | <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
| 459 | </intent-filter> |
| 460 | </activity> |
| 461 | |
Phil Dubach | a97f97f | 2009-05-19 15:05:52 -0700 | [diff] [blame] | 462 | <activity android:name="android.view.animation.cts.GridLayoutAnimStubActivity" |
| 463 | android:label="GridLayoutAnimStubActivity"> |
| 464 | <intent-filter> |
| 465 | <action android:name="android.intent.action.MAIN"/> |
| 466 | <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
| 467 | </intent-filter> |
| 468 | </activity> |
| 469 | |
| 470 | <activity android:name="android.view.animation.cts.LayoutAnimStubActivity" |
| 471 | android:label="LayoutAnimStubActivity"> |
| 472 | <intent-filter> |
| 473 | <action android:name="android.intent.action.MAIN"/> |
| 474 | <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
| 475 | </intent-filter> |
| 476 | </activity> |
| 477 | |
Phil Dubach | b19f1d5 | 2009-09-04 12:16:51 -0700 | [diff] [blame] | 478 | <activity android:name="android.webkit.cts.CookieSyncManagerStubActivity" |
| 479 | android:label="CookieSyncManagerStubActivity"> |
| 480 | <intent-filter> |
| 481 | <action android:name="android.intent.action.MAIN" /> |
| 482 | <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
| 483 | </intent-filter> |
| 484 | </activity> |
| 485 | |
The Android Open Source Project | f805710 | 2009-03-15 16:47:16 -0700 | [diff] [blame] | 486 | <activity android:name="android.widget.cts.ExpandableListSimple" |
| 487 | android:label="ExpandableListSimple"> |
| 488 | <intent-filter> |
| 489 | <action android:name="android.intent.action.MAIN" /> |
| 490 | <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
| 491 | </intent-filter> |
| 492 | </activity> |
| 493 | |
Scott Su | 3b57cf7 | 2009-03-24 21:14:33 -0700 | [diff] [blame] | 494 | <activity android:name="android.widget.cts.StubActivity" |
| 495 | android:label="StubActivity"> |
| 496 | <intent-filter> |
| 497 | <action android:name="android.intent.action.MAIN" /> |
| 498 | <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
| 499 | </intent-filter> |
| 500 | </activity> |
| 501 | |
The Android Open Source Project | f805710 | 2009-03-15 16:47:16 -0700 | [diff] [blame] | 502 | <activity android:name="android.widget.cts.ExpandableListWithHeaders" |
| 503 | android:label="ExpandableListWithHeaders"> |
| 504 | <intent-filter> |
| 505 | <action android:name="android.intent.action.MAIN" /> |
| 506 | <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
| 507 | </intent-filter> |
| 508 | </activity> |
| 509 | |
Phil Dubach | 52efeb8 | 2009-05-22 14:13:59 -0700 | [diff] [blame] | 510 | <activity android:name="android.widget.cts.GalleryStubActivity" |
| 511 | android:label="GalleryStubActivity"> |
The Android Open Source Project | f805710 | 2009-03-15 16:47:16 -0700 | [diff] [blame] | 512 | <action android:name="android.intent.action.MAIN" /> |
| 513 | <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
| 514 | </activity> |
| 515 | |
Phil Dubach | 52efeb8 | 2009-05-22 14:13:59 -0700 | [diff] [blame] | 516 | <activity android:name="android.widget.cts.MockPopupWindowStubActivity" |
| 517 | android:label="MockPopupWindowStubActivity"> |
| 518 | <action android:name="android.intent.action.MAIN" /> |
| 519 | <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
| 520 | </activity> |
| 521 | |
Phil Dubach | 03ed42d | 2009-07-16 11:51:33 -0700 | [diff] [blame] | 522 | <activity android:name="android.media.cts.FaceDetectorStub" |
| 523 | android:label="FaceDetectorStub"/> |
| 524 | |
Phil Dubach | 52efeb8 | 2009-05-22 14:13:59 -0700 | [diff] [blame] | 525 | <activity android:name="android.widget.cts.ListViewStubActivity" |
| 526 | android:label="ListViewStubActivity"> |
Scott Su | c176137 | 2009-04-08 19:55:32 -0700 | [diff] [blame] | 527 | <intent-filter> |
| 528 | <action android:name="android.intent.action.MAIN" /> |
| 529 | <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
| 530 | </intent-filter> |
| 531 | </activity> |
| 532 | |
Phil Dubach | 37b5663 | 2009-04-30 17:10:22 -0700 | [diff] [blame] | 533 | <activity android:name="android.widget.cts.TextViewStubActivity" |
| 534 | android:label="TextViewStubActivity"> |
| 535 | <intent-filter> |
| 536 | <action android:name="android.intent.action.MAIN" /> |
| 537 | <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
| 538 | </intent-filter> |
| 539 | </activity> |
| 540 | |
Phil Dubach | 35b6d1e | 2009-06-09 17:02:23 -0700 | [diff] [blame] | 541 | <activity android:name="android.widget.cts.DialerFilterStubActivity" |
| 542 | android:label="DialerFilterStubActivity"> |
| 543 | <intent-filter> |
| 544 | <action android:name="android.intent.action.MAIN" /> |
| 545 | <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
| 546 | </intent-filter> |
| 547 | </activity> |
Scott Su | 2d8a0a3 | 2009-04-08 20:19:02 -0700 | [diff] [blame] | 548 | <activity android:name="android.widget.cts.MultiAutoCompleteTextViewStubActivity" |
| 549 | android:label="MultiAutoCompleteTextView Test Activity"> |
| 550 | <intent-filter> |
| 551 | <action android:name="android.intent.action.MAIN" /> |
| 552 | <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
| 553 | </intent-filter> |
| 554 | </activity> |
| 555 | |
Scott Su | 616c4b5 | 2009-04-09 22:26:28 -0700 | [diff] [blame] | 556 | <activity android:name="android.widget.cts.AdapterViewStubActivity" |
| 557 | android:label="AdapterViewStubActivity"> |
| 558 | <intent-filter> |
| 559 | <action android:name="android.intent.action.MAIN" /> |
| 560 | <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
| 561 | </intent-filter> |
| 562 | </activity> |
| 563 | |
Scott Su | f8e6a37 | 2009-04-13 23:25:15 -0700 | [diff] [blame] | 564 | <activity android:name="android.widget.cts.CheckedTextViewStubActivity" |
| 565 | android:label="CheckedTextViewStubActivity"/> |
| 566 | |
The Android Open Source Project | f805710 | 2009-03-15 16:47:16 -0700 | [diff] [blame] | 567 | <activity android:name="android.hardware.cts.CameraStubActivity" |
| 568 | android:label="CameraStubActivity" |
| 569 | android:screenOrientation="landscape"> |
| 570 | </activity> |
| 571 | |
Brian Muramatsu | 5912527 | 2010-05-18 17:33:38 -0700 | [diff] [blame] | 572 | <activity android:name="android.view.inputmethod.cts.InputMethodStubActivity" |
| 573 | android:label="InputMethodStubActivity"> |
| 574 | <intent-filter> |
| 575 | <action android:name="android.intent.action.MAIN"/> |
| 576 | <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
| 577 | </intent-filter> |
| 578 | </activity> |
| 579 | <service android:name="android.view.inputmethod.cts.InputMethodInfoStub" |
| 580 | android:label="InputMethodInfoStub"> |
| 581 | <intent-filter> |
| 582 | <action android:name="android.view.InputMethod" /> |
| 583 | </intent-filter> |
| 584 | <meta-data android:name="android.view.im" |
| 585 | android:resource="@xml/method" /> |
| 586 | </service> |
| 587 | |
Scott Su | 380ec6f | 2009-04-21 00:38:12 -0700 | [diff] [blame] | 588 | <activity android:name="android.view.cts.MenuInflaterStubActivity" |
| 589 | android:label="MenuInflaterStubActivity"> |
The Android Open Source Project | f805710 | 2009-03-15 16:47:16 -0700 | [diff] [blame] | 590 | <intent-filter> |
| 591 | <action android:name="android.intent.action.MAIN"/> |
| 592 | <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
| 593 | </intent-filter> |
| 594 | </activity> |
| 595 | |
Scott Su | c3a243a | 2009-04-13 19:32:36 -0700 | [diff] [blame] | 596 | <activity android:name="android.text.method.cts.KeyListenerStubActivity" |
| 597 | android:label="KeyListenerStubActivity"/> |
| 598 | |
Scott Su | 3b57cf7 | 2009-03-24 21:14:33 -0700 | [diff] [blame] | 599 | <activity android:name="android.text.method.cts.StubActivity" |
| 600 | android:label="StubActivity"> |
| 601 | <intent-filter> |
| 602 | <action android:name="android.intent.action.MAIN" /> |
| 603 | <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
| 604 | </intent-filter> |
| 605 | </activity> |
| 606 | |
Scott Su | 415a96a | 2009-04-07 23:39:19 -0700 | [diff] [blame] | 607 | <activity android:name="android.text.style.cts.URLSpanStubActivity" |
| 608 | android:label="URLSpanStubActivity"> |
| 609 | <intent-filter> |
| 610 | <action android:name="android.intent.action.MAIN" /> |
| 611 | <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
| 612 | </intent-filter> |
| 613 | </activity> |
| 614 | |
| 615 | <activity android:name="android.text.style.cts.MockURLSpanTestActivity" |
| 616 | android:label="MockURLSpanTestActivity" |
| 617 | android:launchMode="singleTask" |
| 618 | android:alwaysRetainTaskState="true" |
| 619 | android:configChanges="orientation|keyboardHidden"> |
| 620 | <intent-filter> |
| 621 | <action android:name="android.intent.action.VIEW" /> |
| 622 | <category android:name="android.intent.category.DEFAULT" /> |
| 623 | <category android:name="android.intent.category.BROWSABLE" /> |
| 624 | <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
| 625 | <data android:scheme="ctstest" /> |
| 626 | </intent-filter> |
| 627 | </activity> |
| 628 | |
Phil Dubach | ebf00dd | 2009-06-03 18:28:43 -0700 | [diff] [blame] | 629 | <activity android:name="android.widget.cts.ZoomButtonStubActivity" |
| 630 | android:label="ZoomButtonStubActivity"> |
| 631 | <intent-filter> |
| 632 | <action android:name="android.intent.action.MAIN"/> |
| 633 | <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
| 634 | </intent-filter> |
| 635 | </activity> |
| 636 | |
Scott Su | af2427c | 2009-04-10 00:44:46 -0700 | [diff] [blame] | 637 | <activity android:name="android.view.cts.SurfaceViewStubActivity" |
| 638 | android:label="SurfaceViewStubActivity"> |
| 639 | <intent-filter> |
| 640 | <action android:name="android.intent.action.MAIN"/> |
| 641 | <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
| 642 | </intent-filter> |
| 643 | </activity> |
| 644 | |
Scott Su | c14a50e | 2009-04-12 22:26:54 -0700 | [diff] [blame] | 645 | <activity android:name="android.app.cts.MockApplicationActivity" |
| 646 | android:label="MockApplicationActivity"> |
| 647 | <intent-filter> |
| 648 | <action android:name="android.intent.action.MAIN"/> |
| 649 | <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
| 650 | </intent-filter> |
| 651 | </activity> |
| 652 | |
Scott Su | 58a3e99 | 2009-04-12 23:43:22 -0700 | [diff] [blame] | 653 | <activity android:name="android.app.cts.InstrumentationTestActivity" |
| 654 | android:label="InstrumentationTestActivity"> |
| 655 | <action android:name="android.intent.action.MAIN" /> |
| 656 | <category android:name="android.intent.category.DEFAULT" /> |
| 657 | <data android:mimeType="vnd.android.cursor.dir/person" /> |
| 658 | </activity> |
| 659 | |
Scott Su | 380ec6f | 2009-04-21 00:38:12 -0700 | [diff] [blame] | 660 | <activity android:name="android.app.cts.AliasActivityStub"> |
| 661 | <meta-data android:name="android.app.alias" |
Scott Su | 82de51d | 2009-04-14 01:32:49 -0700 | [diff] [blame] | 662 | android:resource="@xml/alias" /> |
Scott Su | 380ec6f | 2009-04-21 00:38:12 -0700 | [diff] [blame] | 663 | </activity> |
Scott Su | 82de51d | 2009-04-14 01:32:49 -0700 | [diff] [blame] | 664 | |
Phil Dubach | 529794c | 2009-07-21 14:58:37 -0700 | [diff] [blame] | 665 | <activity android:name="android.webkit.cts.WebViewStubActivity" |
| 666 | android:label="WebViewStubActivity"> |
| 667 | <intent-filter> |
| 668 | <action android:name="android.intent.action.MAIN" /> |
| 669 | <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
| 670 | </intent-filter> |
| 671 | </activity> |
| 672 | |
Scott Su | 380ec6f | 2009-04-21 00:38:12 -0700 | [diff] [blame] | 673 | <activity android:name="android.app.cts.ChildActivity" |
Scott Su | 82de51d | 2009-04-14 01:32:49 -0700 | [diff] [blame] | 674 | android:label="ChildActivity" /> |
Scott Su | 380ec6f | 2009-04-21 00:38:12 -0700 | [diff] [blame] | 675 | |
| 676 | <receiver android:name="android.app.cts.MockReceiver"> |
| 677 | <intent-filter> |
| 678 | <action android:name="android.app.cts.PendingIntentTest.TEST_RECEIVER" /> |
| 679 | </intent-filter> |
| 680 | </receiver> |
| 681 | |
| 682 | <service android:name="android.app.cts.MockService" /> |
| 683 | |
| 684 | <activity android:name="android.app.cts.SearchManagerStubActivity" |
Bjorn Bringert | 26d49be | 2010-03-10 15:44:24 +0000 | [diff] [blame] | 685 | android:label="SearchManagerStubActivity"> |
| 686 | <intent-filter> |
| 687 | <action android:name="android.intent.action.SEARCH" /> |
| 688 | <category android:name="android.intent.category.DEFAULT" /> |
| 689 | </intent-filter> |
| 690 | <meta-data android:name="android.app.searchable" android:resource="@xml/searchable" /> |
| 691 | </activity> |
Scott Su | 380ec6f | 2009-04-21 00:38:12 -0700 | [diff] [blame] | 692 | |
| 693 | <service android:name="android.app.cts.LocalService"> |
| 694 | <intent-filter> |
| 695 | <action android:name="android.app.cts.activity.SERVICE_LOCAL" /> |
| 696 | </intent-filter> |
| 697 | <meta-data android:name="android.app.cts.string" android:value="foo" /> |
| 698 | <meta-data android:name="android.app.cts.boolean" android:value="true" /> |
| 699 | <meta-data android:name="android.app.cts.integer" android:value="100" /> |
| 700 | <meta-data android:name="android.app.cts.color" android:value="#ff000000" /> |
| 701 | <meta-data android:name="android.app.cts.float" android:value="100.1" /> |
| 702 | <meta-data android:name="android.app.cts.reference" android:resource="@xml/metadata" /> |
| 703 | </service> |
| 704 | |
| 705 | <service android:name="android.app.cts.LocalGrantedService" |
| 706 | android:permission="android.app.cts.permission.TEST_GRANTED"> |
| 707 | <intent-filter> |
| 708 | <action android:name="android.app.cts.activity.SERVICE_LOCAL_GRANTED" /> |
| 709 | </intent-filter> |
| 710 | </service> |
| 711 | |
| 712 | <service android:name="android.app.cts.LocalDeniedService" |
| 713 | android:permission="android.app.cts.permission.TEST_DENIED"> |
| 714 | <intent-filter> |
| 715 | <action android:name="android.app.cts.activity.SERVICE_LOCAL_DENIED" /> |
| 716 | </intent-filter> |
| 717 | </service> |
| 718 | |
| 719 | <activity android:name="android.app.cts.TestedScreen" |
| 720 | android:process=":remoteScreen"> |
| 721 | </activity> |
| 722 | <activity android:name="android.app.cts.LocalScreen" android:multiprocess="true"> |
| 723 | </activity> |
| 724 | <activity android:name="android.app.cts.ClearTop" android:multiprocess="true" |
| 725 | android:launchMode="singleTop"> |
| 726 | </activity> |
| 727 | <activity android:name="android.app.cts.LocalDialog" android:multiprocess="true" |
| 728 | android:theme="@android:style/Theme.Dialog"> |
| 729 | </activity> |
| 730 | |
| 731 | <activity android:name="android.app.cts.PendingIntentStubActivity" |
| 732 | android:label="PendingIntentStubActivity"/> |
| 733 | |
Scott Su | 2cc27de | 2009-04-23 22:34:06 -0700 | [diff] [blame] | 734 | <activity android:name="android.app.cts.LocalActivityManagerStubActivity" |
| 735 | android:label="LocalActivityManagerStubActivity" /> |
| 736 | |
| 737 | <activity android:name="android.app.cts.LocalActivityManagerTestHelper" |
| 738 | android:label="LocalActivityManagerTestHelper" /> |
| 739 | |
Scott Su | 7c0bdb3 | 2009-04-23 22:54:53 -0700 | [diff] [blame] | 740 | <activity android:name="android.app.cts.LaunchpadTabActivity" android:multiprocess="true"> |
| 741 | </activity> |
| 742 | |
| 743 | <activity android:name="android.app.cts.LocalActivity" android:multiprocess="true"> |
| 744 | <meta-data android:name="android.app.cts.string" android:value="foo" /> |
| 745 | <meta-data android:name="android.app.cts.boolean" android:value="true" /> |
| 746 | <meta-data android:name="android.app.cts.integer" android:value="100" /> |
| 747 | <meta-data android:name="android.app.cts.color" android:value="#ff000000" /> |
| 748 | <meta-data android:name="android.app.cts.float" android:value="100.1" /> |
| 749 | <meta-data android:name="android.app.cts.reference" android:resource="@xml/metadata" /> |
| 750 | </activity> |
| 751 | |
| 752 | <activity android:name="android.app.cts.TestedActivity" |
| 753 | android:process=":remoteActivity"> |
| 754 | </activity> |
| 755 | |
Scott Su | 29aac8d | 2009-04-23 23:13:26 -0700 | [diff] [blame] | 756 | <activity android:name="android.app.cts.ExpandableListTestActivity" |
| 757 | android:label="ExpandableListTestActivity"> |
| 758 | <intent-filter> |
| 759 | <action android:name="android.intent.action.MAIN" /> |
| 760 | <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
| 761 | </intent-filter> |
| 762 | </activity> |
| 763 | |
Phil Dubach | 597759f | 2009-05-18 17:14:48 -0700 | [diff] [blame] | 764 | <activity android:name="android.view.cts.FocusFinderStubActivity" |
| 765 | android:label="FocusFinderStubActivity"> |
| 766 | <action android:name="android.intent.action.MAIN" /> |
| 767 | <category android:name="android.intent.category.DEFAULT" /> |
| 768 | </activity> |
| 769 | |
| 770 | <activity android:name="android.view.cts.GestureDetectorStubActivity" |
android-htc-contribute | f372eb7 | 2011-10-06 17:30:59 +0800 | [diff] [blame] | 771 | android:label="GestureDetectorStubActivity" |
| 772 | android:theme="@android:style/Theme.NoTitleBar.Fullscreen" /> |
Phil Dubach | 597759f | 2009-05-18 17:14:48 -0700 | [diff] [blame] | 773 | |
Scott Su | 42f8f66 | 2009-04-23 23:40:02 -0700 | [diff] [blame] | 774 | <!--Test for PackageManager--> |
| 775 | <activity android:name="android.content.pm.cts.TestPmActivity" |
| 776 | android:icon="@drawable/start"> |
| 777 | <intent-filter> |
| 778 | <action android:name="android.intent.action.PMTEST" /> |
| 779 | <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
| 780 | </intent-filter> |
| 781 | <meta-data android:name="android.content.pm.cts.xmltest" android:resource="@xml/pm_test" /> |
| 782 | </activity> |
| 783 | <activity android:name="android.content.pm.cts.TestPmCompare"> |
| 784 | <intent-filter> |
| 785 | <action android:name="android.intent.action.MAIN" /> |
| 786 | <category android:name="android.intent.category.INFO" /> |
| 787 | </intent-filter> |
| 788 | </activity> |
| 789 | <!--Test for PackageManager--> |
| 790 | <service android:name="android.content.pm.cts.TestPmService"> |
| 791 | <intent-filter> |
| 792 | <action android:name="android.content.pm.cts.activity.PMTEST_SERVICE" /> |
| 793 | </intent-filter> |
| 794 | </service> |
| 795 | <!--Test for PackageManager--> |
| 796 | <receiver android:name="android.content.pm.cts.PmTestReceiver"> |
| 797 | <intent-filter> |
| 798 | <action android:name="android.content.pm.cts.PackageManagerTest.PMTEST_RECEIVER" /> |
| 799 | </intent-filter> |
| 800 | </receiver> |
| 801 | |
| 802 | <!-- Used for PackageManager test, don't delete this MockContentProvider provider --> |
| 803 | <provider android:name="android.content.cts.MockContentProvider" android:authorities="ctstest" |
| 804 | android:multiprocess="false" /> |
Phil Dubach | b872991 | 2009-06-26 11:15:55 -0700 | [diff] [blame] | 805 | <provider android:name="android.content.cts.DummyProvider" |
| 806 | android:authorities="android.content.cts.dummyprovider" |
| 807 | android:multiprocess="true" /> |
Scott Su | 42f8f66 | 2009-04-23 23:40:02 -0700 | [diff] [blame] | 808 | |
Scott Su | 5a76025 | 2009-04-23 23:59:02 -0700 | [diff] [blame] | 809 | <activity android:name="android.app.cts.ChildTabActivity" android:label="ChildTabActivity" /> |
| 810 | |
| 811 | <activity android:name="android.app.cts.LauncherActivityStub" |
| 812 | android:label="LauncherActivityStub" > |
| 813 | <intent-filter> |
| 814 | <action android:name="android.intent.action.MAIN"/> |
| 815 | <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
| 816 | </intent-filter> |
| 817 | </activity> |
| 818 | |
| 819 | <activity android:name="android.app.cts.MockTabActivity" android:label="MockTabActivity" /> |
| 820 | |
| 821 | <activity android:name="android.app.cts.AppStubActivity" android:label="AppStubActivity"> |
| 822 | <intent-filter> |
| 823 | <action android:name="android.intent.action.MAIN" /> |
| 824 | <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
| 825 | </intent-filter> |
| 826 | </activity> |
| 827 | |
Scott Su | fd27abc | 2009-04-24 00:12:01 -0700 | [diff] [blame] | 828 | <activity android:name="android.app.cts.DialogStubActivity" |
| 829 | android:label="DialogStubActivity"> |
| 830 | <intent-filter> |
| 831 | <action android:name="android.intent.action.MAIN" /> |
| 832 | <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
| 833 | </intent-filter> |
| 834 | </activity> |
| 835 | |
Scott Su | f479bb5 | 2009-04-24 00:24:12 -0700 | [diff] [blame] | 836 | <activity android:name="android.app.cts.ActivityManagerStubFooActivity" |
| 837 | android:label="ActivityManagerStubFooActivity"> |
| 838 | <intent-filter> |
| 839 | <action android:name="android.intent.action.MAIN" /> |
| 840 | <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
| 841 | </intent-filter> |
| 842 | </activity> |
| 843 | |
| 844 | <activity android:name="android.app.cts.ActivityManagerRecentOneActivity" |
| 845 | android:label="ActivityManagerRecentOneActivity" |
| 846 | android:allowTaskReparenting="true" |
| 847 | android:taskAffinity="android.app.cts.recentOne"> |
| 848 | <intent-filter> |
| 849 | <action android:name="android.intent.action.MAIN" /> |
| 850 | </intent-filter> |
| 851 | </activity> |
| 852 | |
| 853 | <activity android:name="android.app.cts.ActivityManagerRecentTwoActivity" |
| 854 | android:label="ActivityManagerRecentTwoActivity" |
| 855 | android:allowTaskReparenting="true" |
| 856 | android:taskAffinity="android.app.cts.recentTwo"> |
| 857 | <intent-filter> |
| 858 | <action android:name="android.intent.action.MAIN" /> |
| 859 | </intent-filter> |
| 860 | </activity> |
| 861 | |
| 862 | <activity android:name="android.app.cts.ActivityManagerStubCrashActivity" |
| 863 | android:label="ActivityManagerStubCrashActivity" |
| 864 | android:multiprocess="true" |
| 865 | android:process=":ActivityManagerStubCrashActivity"> |
| 866 | <intent-filter> |
| 867 | <action android:name="android.intent.action.MAIN" /> |
| 868 | </intent-filter> |
| 869 | </activity> |
| 870 | |
Phil Dubach | ed195eb | 2009-06-08 15:43:26 -0700 | [diff] [blame] | 871 | <activity android:name="android.text.method.cts.StubActivity" |
| 872 | android:label="StubActivity"> |
| 873 | <intent-filter> |
| 874 | <action android:name="android.intent.action.MAIN" /> |
| 875 | <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
| 876 | </intent-filter> |
| 877 | </activity> |
| 878 | |
Scott Su | 60cb930 | 2009-04-24 00:38:37 -0700 | [diff] [blame] | 879 | <service android:name="android.app.cts.StubRemoteService" |
| 880 | android:process=":remote"> |
| 881 | <intent-filter> |
| 882 | <action |
| 883 | android:name="android.app.cts.ISecondary" /> |
| 884 | <action |
| 885 | android:name="android.app.REMOTESERVICE" /> |
| 886 | </intent-filter> |
| 887 | </service> |
| 888 | |
Phil Dubach | ed195eb | 2009-06-08 15:43:26 -0700 | [diff] [blame] | 889 | <activity android:name="android.app.ActivityGroup" |
| 890 | android:label="ActivityGroup" /> |
Scott Su | e68a4a1 | 2009-04-24 00:59:06 -0700 | [diff] [blame] | 891 | |
Scott Su | a9e8720 | 2009-04-24 01:34:57 -0700 | [diff] [blame] | 892 | <activity android:name="android.app.cts.KeyguardManagerActivity" |
| 893 | android:label="KeyguardManagerActivity"> |
| 894 | <intent-filter> |
| 895 | <action android:name="android.intent.action.MAIN" /> |
| 896 | <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
| 897 | </intent-filter> |
| 898 | </activity> |
| 899 | |
Phil Dubach | e512979 | 2009-05-15 16:30:01 -0700 | [diff] [blame] | 900 | <activity android:name="android.os.cts.CountDownTimerTestStub" |
| 901 | android:label="CountDownTimerTestStub"> |
| 902 | <intent-filter> |
| 903 | <action android:name="android.intent.action.MAIN" /> |
| 904 | <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
| 905 | </intent-filter> |
| 906 | </activity> |
| 907 | |
Scott Su | 810648a | 2009-04-24 01:44:54 -0700 | [diff] [blame] | 908 | <service android:name="android.os.cts.EmptyService" |
| 909 | android:process=":remote"> |
| 910 | <intent-filter> |
| 911 | <action |
| 912 | android:name="android.os.cts.IEmptyService" /> |
| 913 | <action |
| 914 | android:name="android.os.REMOTESERVICE" /> |
| 915 | </intent-filter> |
| 916 | </service> |
| 917 | |
Scott Su | 0aad978 | 2009-04-24 02:50:57 -0700 | [diff] [blame] | 918 | <service android:name="android.os.cts.MessengerService" |
| 919 | android:process=":messengerService"> |
| 920 | </service> |
Phil Dubach | 1ec1e68 | 2009-06-15 16:55:14 -0700 | [diff] [blame] | 921 | <service android:name="android.app.cts.IntentServiceStub"/> |
Scott Su | 0aad978 | 2009-04-24 02:50:57 -0700 | [diff] [blame] | 922 | |
Brian Muramatsu | e265666 | 2010-05-04 18:09:30 -0700 | [diff] [blame] | 923 | <activity android:name="android.app.cts.LaunchpadActivity" |
Brian Muramatsu | 531ab38 | 2012-01-27 12:19:03 -0800 | [diff] [blame^] | 924 | android:configChanges="keyboardHidden|orientation|screenSize" |
Brian Muramatsu | e265666 | 2010-05-04 18:09:30 -0700 | [diff] [blame] | 925 | android:multiprocess="true"> |
Scott Su | b45eaae | 2009-04-30 16:53:23 -0700 | [diff] [blame] | 926 | </activity> |
| 927 | |
Brett Chabot | dcdc3af | 2010-01-20 19:23:56 -0800 | [diff] [blame] | 928 | <service android:name="android.content.cts.MockSyncAdapterService" android:exported="true"> |
| 929 | <intent-filter> |
| 930 | <action android:name="android.content.SyncAdapter" /> |
| 931 | </intent-filter> |
| 932 | |
| 933 | <meta-data android:name="android.content.SyncAdapter" |
| 934 | android:resource="@xml/syncadapter" /> |
| 935 | </service> |
| 936 | |
| 937 | <service android:name="android.content.cts.MockAccountService" android:exported="true" |
| 938 | > |
| 939 | <intent-filter> |
| 940 | <action android:name="android.accounts.AccountAuthenticator" /> |
| 941 | </intent-filter> |
| 942 | |
| 943 | <meta-data android:name="android.accounts.AccountAuthenticator" |
| 944 | android:resource="@xml/authenticator" /> |
| 945 | </service> |
| 946 | |
Jamie Gennis | 95ebfff | 2010-04-05 16:50:40 -0700 | [diff] [blame] | 947 | <activity android:name="android.opengl.cts.GLSurfaceViewStubActivity" |
| 948 | android:label="GLSurfaceViewStub"/> |
| 949 | |
Brian Muramatsu | 98ee812 | 2010-07-30 11:52:10 -0700 | [diff] [blame] | 950 | <activity android:name="android.opengl.cts.OpenGlEsVersionStubActivity"/> |
| 951 | |
Brian Muramatsu | eb064ef | 2010-12-17 15:08:14 -0800 | [diff] [blame] | 952 | <activity android:name="android.opengl.cts.EglConfigStubActivity"/> |
| 953 | |
Brian Muramatsu | 6d3c3bd | 2010-12-03 12:15:30 -0800 | [diff] [blame] | 954 | <activity android:name="android.preference.cts.PreferenceStubActivity"> |
| 955 | <meta-data android:name="android.preference" |
| 956 | android:resource="@xml/preferences_from_intent" /> |
| 957 | </activity> |
Brian Muramatsu | 4bb3a07 | 2011-04-27 16:51:07 -0700 | [diff] [blame] | 958 | |
| 959 | <activity android:name="android.content.cts.ClipboardManagerListenerActivity"/> |
Brian Muramatsu | 6d3c3bd | 2010-12-03 12:15:30 -0800 | [diff] [blame] | 960 | |
Brian Muramatsu | 2ab311c | 2010-12-23 16:01:00 -0800 | [diff] [blame] | 961 | <activity android:name="android.app.cts.ActivityManagerMemoryClassLaunchActivity" /> |
| 962 | |
| 963 | <activity android:name="android.app.cts.ActivityManagerMemoryClassTestActivity" |
| 964 | android:process=":memoryclass" /> |
| 965 | |
Bjorn Bringert | 70ebda4 | 2011-04-19 11:16:49 +0100 | [diff] [blame] | 966 | <service android:name="android.speech.tts.cts.StubTextToSpeechService"> |
| 967 | <intent-filter> |
| 968 | <action android:name="android.intent.action.TTS_SERVICE" /> |
| 969 | <category android:name="android.intent.category.DEFAULT" /> |
| 970 | </intent-filter> |
| 971 | </service> |
| 972 | |
Alex Sakhartchouk | 1ca2987 | 2011-09-13 16:33:11 -0700 | [diff] [blame] | 973 | <activity android:name="android.renderscript.cts.RenderscriptGLStubActivity" |
| 974 | android:label="RenderscriptGLStub"/> |
The Android Open Source Project | f805710 | 2009-03-15 16:47:16 -0700 | [diff] [blame] | 975 | </application> |
| 976 | |
Scott Su | 42f8f66 | 2009-04-23 23:40:02 -0700 | [diff] [blame] | 977 | <!--Test for PackageManager, please put this at the very beginning--> |
| 978 | <instrumentation android:name="android.content.pm.cts.TestPmInstrumentation" |
| 979 | android:targetPackage="android" |
| 980 | android:label="PackageManager Instrumentation Test" /> |
| 981 | |
The Android Open Source Project | f805710 | 2009-03-15 16:47:16 -0700 | [diff] [blame] | 982 | </manifest> |
Scott Su | 42f8f66 | 2009-04-23 23:40:02 -0700 | [diff] [blame] | 983 | |