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