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