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"> |
| 19 | <permission android:name="android.app.cts.permission.TEST_DENIED" |
| 20 | android:protectionLevel="normal" |
| 21 | android:label="@string/permlab_testDenied" |
| 22 | android:description="@string/permdesc_testDenied" /> |
| 23 | <uses-permission android:name="android.permission.GET_TASKS" /> |
| 24 | <uses-permission android:name="android.permission.SET_WALLPAPER" /> |
| 25 | <uses-permission android:name="android.permission.SET_TIME_ZONE" /> |
| 26 | <uses-permission android:name="android.permission.WRITE_CONTACTS" /> |
| 27 | <uses-permission android:name="android.permission.READ_CONTACTS" /> |
| 28 | <uses-permission android:name="android.permission.DEVICE_POWER" /> |
| 29 | <uses-permission android:name="android.permission.STATUS_BAR" /> |
| 30 | <uses-permission android:name="android.permission.EXPAND_STATUS_BAR" /> |
| 31 | <uses-permission android:name="android.permission.VIBRATE" /> |
| 32 | <uses-permission android:name="android.permission.PERSISTENT_ACTIVITY" /> |
| 33 | <uses-permission android:name="android.permission.DISABLE_KEYGUARD" /> |
| 34 | <uses-permission android:name="android.permission.INSTALL_PACKAGES" /> |
| 35 | <uses-permission android:name="android.permission.WRITE_SETTINGS" /> |
| 36 | <uses-permission android:name="android.permission.WRITE_SECURE_SETTINGS" /> |
| 37 | <uses-permission android:name="android.permission.WRITE_SYNC_SETTINGS" /> |
| 38 | <uses-permission android:name="android.permission.READ_SYNC_SETTINGS" /> |
| 39 | <uses-permission android:name="android.permission.WRITE_OWNER_DATA" /> |
| 40 | <uses-permission android:name="android.permission.READ_OWNER_DATA" /> |
| 41 | <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" /> |
| 42 | <uses-permission android:name="android.permission.ACCESS_LOCATION_EXTRA_COMMANDS" /> |
| 43 | <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" /> |
| 44 | <uses-permission android:name="android.permission.DELETE_CACHE_FILES" /> |
| 45 | <uses-permission android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" /> |
| 46 | <uses-permission android:name="android.permission.ADD_SYSTEM_SERVICE" /> |
| 47 | <uses-permission android:name="android.permission.BROADCAST_STICKY" /> |
| 48 | <uses-permission android:name="android.app.cts.permission.TEST_GRANTED" /> |
| 49 | <uses-permission android:name="android.permission.INJECT_EVENTS" /> |
| 50 | <uses-permission android:name="android.permission.INTERNET" /> |
| 51 | <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> |
| 52 | <uses-permission android:name="android.permission.CHANGE_NETWORK_STATE" /> |
| 53 | <uses-permission android:name="android.permission.WAKE_LOCK" /> |
| 54 | |
| 55 | <uses-permission android:name="com.android.browser.permission.READ_HISTORY_BOOKMARKS" /> |
| 56 | <uses-permission android:name="com.android.browser.permission.WRITE_HISTORY_BOOKMARKS" /> |
| 57 | |
| 58 | <application> |
| 59 | <activity android:name="android.widget.cts.TwoLineListItemStubActivity" |
| 60 | android:label="TwoLineListItemStubActivity"> |
| 61 | <intent-filter> |
| 62 | <action android:name="android.intent.action.MAIN" /> |
| 63 | <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
| 64 | </intent-filter> |
| 65 | </activity> |
| 66 | |
| 67 | <activity android:name="android.view.cts.ViewStubStubActivity" |
| 68 | android:label="ViewStubStubActivity"> |
| 69 | <intent-filter> |
| 70 | <action android:name="android.intent.action.MAIN"/> |
| 71 | <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
| 72 | </intent-filter> |
| 73 | </activity> |
| 74 | |
| 75 | <activity android:name="android.widget.cts.ViewFlipperStubActivity" |
| 76 | android:label="ViewFlipperStubActivity"> |
| 77 | <intent-filter> |
| 78 | <action android:name="android.intent.action.MAIN" /> |
| 79 | <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
| 80 | </intent-filter> |
| 81 | </activity> |
| 82 | |
| 83 | <activity android:name="android.app.cts.DialogStubActivity" |
| 84 | android:label="DialogStubActivity"> |
| 85 | <intent-filter> |
| 86 | <action android:name="android.intent.action.MAIN" /> |
| 87 | <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
| 88 | </intent-filter> |
| 89 | </activity> |
| 90 | |
| 91 | <activity android:name="android.app.cts.MockActivity" android:label="MockActivity"> |
| 92 | <meta-data android:name="android.app.alias" |
| 93 | android:resource="@xml/alias" /> |
| 94 | <meta-data android:name="android.app.intent.filter" |
| 95 | android:resource="@xml/intentfilter" /> |
| 96 | <meta-data android:name="android.widget.layout" |
| 97 | android:resource="@xml/layout" /> |
| 98 | <meta-data android:name="android.view.merge" |
| 99 | android:resource="@xml/merge" /> |
| 100 | </activity> |
| 101 | |
| 102 | <activity android:name="android.widget.cts.DigitalClockStubActivity" |
| 103 | android:label="DigitalClockStubActivity"> |
| 104 | <intent-filter> |
| 105 | <action android:name="android.intent.action.MAIN" /> |
| 106 | <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
| 107 | </intent-filter> |
| 108 | </activity> |
| 109 | |
| 110 | <activity android:name="android.widget.cts.ImageViewStubActivity" |
| 111 | android:label="ImageViewStubActivity"> |
| 112 | <intent-filter> |
| 113 | <action android:name="android.intent.action.MAIN" /> |
| 114 | <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
| 115 | </intent-filter> |
| 116 | </activity> |
| 117 | |
| 118 | <activity android:name="android.widget.cts.LinearLayoutStubActivity" |
| 119 | android:label="LinearLayoutStubActivity"> |
| 120 | <intent-filter> |
| 121 | <action android:name="android.intent.action.MAIN" /> |
| 122 | <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
| 123 | </intent-filter> |
| 124 | </activity> |
| 125 | |
| 126 | <activity android:name="android.widget.cts.ChronometerStubActivity" |
| 127 | android:label="ChronometerStubActivity"> |
| 128 | <intent-filter> |
| 129 | <action android:name="android.intent.action.MAIN"/> |
| 130 | <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
| 131 | </intent-filter> |
| 132 | </activity> |
| 133 | |
| 134 | <activity android:name="android.widget.cts.RatingBarStubActivity" |
| 135 | android:label="RatingBarStubActivity"> |
| 136 | <intent-filter> |
| 137 | <action android:name="android.intent.action.MAIN" /> |
| 138 | <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
| 139 | </intent-filter> |
| 140 | </activity> |
| 141 | |
| 142 | <activity android:name="android.view.cts.ViewGroupStubActivity" android:label="ViewGroupStubActivity"> |
| 143 | <intent-filter> |
| 144 | <action android:name="android.intent.action.MAIN"/> |
| 145 | <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
| 146 | </intent-filter> |
| 147 | </activity> |
| 148 | |
| 149 | <activity android:name="android.widget.cts.ViewGroupStubActivity" |
| 150 | android:label="WidgetViewGroupStubActivity"> |
| 151 | <intent-filter> |
| 152 | <action android:name="android.intent.action.MAIN" /> |
| 153 | <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
| 154 | </intent-filter> |
| 155 | </activity> |
| 156 | |
| 157 | <activity android:name="android.widget.cts.AutoCompleteStubActivity" |
| 158 | android:label="AutoCompleteStubActivity"> |
| 159 | <intent-filter> |
| 160 | <action android:name="android.intent.action.MAIN" /> |
| 161 | <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
| 162 | </intent-filter> |
| 163 | </activity> |
| 164 | |
| 165 | <activity android:name="android.widget.cts.ViewAnimatorStubActivity" android:label="ViewAnimatorStubActivity"> |
| 166 | <intent-filter> |
| 167 | <action android:name="android.intent.action.MAIN"/> |
| 168 | <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
| 169 | </intent-filter> |
| 170 | </activity> |
| 171 | |
| 172 | <activity android:name="android.widget.cts.GridViewStubActivity" |
| 173 | android:label="GridViewStubActivity"> |
| 174 | <intent-filter> |
| 175 | <action android:name="android.intent.action.MAIN" /> |
| 176 | <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
| 177 | </intent-filter> |
| 178 | </activity> |
| 179 | |
Scott Su | da9f68e | 2009-04-07 19:58:06 -0700 | [diff] [blame] | 180 | <activity android:name="android.widget.cts.RelativeLayoutStubActivity" |
| 181 | android:label="RelativeLayoutStubActivity"> |
| 182 | <intent-filter> |
| 183 | <action android:name="android.intent.action.MAIN" /> |
| 184 | <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
| 185 | </intent-filter> |
| 186 | </activity> |
| 187 | |
| 188 | <activity android:name="android.widget.cts.FrameLayoutStubActivity" |
| 189 | android:label="FrameLayoutStubActivity"> |
| 190 | <intent-filter> |
| 191 | <action android:name="android.intent.action.MAIN" /> |
| 192 | <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
| 193 | </intent-filter> |
| 194 | </activity> |
| 195 | |
The Android Open Source Project | f805710 | 2009-03-15 16:47:16 -0700 | [diff] [blame] | 196 | <service android:name="android.content.cts.MockContextWrapperService" /> |
| 197 | <activity android:name=".content.ContextWrapperStubActivity" |
| 198 | android:label="ContextWrapperStubActivity"> |
| 199 | <intent-filter> |
| 200 | <action android:name="android.intent.action.MAIN" /> |
| 201 | </intent-filter> |
| 202 | </activity> |
| 203 | |
| 204 | <activity android:name="android.provider.cts.BrowserStubActivity" |
| 205 | android:label="BrowserStubActivity"> |
| 206 | <intent-filter> |
| 207 | <action android:name="android.intent.action.MAIN" /> |
| 208 | <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
| 209 | </intent-filter> |
| 210 | </activity> |
| 211 | |
| 212 | <activity android:name="android.content.cts.AvailableIntentsActivity" |
| 213 | android:label="AvailableIntentsActivity"> |
| 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.TableStubActivity" |
| 221 | android:label="TableStubActivity"> |
| 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 | |
| 228 | <activity android:name="android.view.animation.cts.AnimationTestStubActivity" |
| 229 | android:label="AnimationTestStubActivity"> |
| 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 | |
| 236 | <activity android:name="android.widget.cts.ExpandableListSimple" |
| 237 | android:label="ExpandableListSimple"> |
| 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 | |
Scott Su | 3b57cf7 | 2009-03-24 21:14:33 -0700 | [diff] [blame] | 244 | <activity android:name="android.widget.cts.StubActivity" |
| 245 | android:label="StubActivity"> |
| 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.ExpandableListWithHeaders" |
| 253 | android:label="ExpandableListWithHeaders"> |
| 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 | |
| 260 | <activity android:name="android.widget.cts.MockPopupWindowStubActivity" |
| 261 | android:label="android.widget.cts.GalleryStubActivity"> |
| 262 | <action android:name="android.intent.action.MAIN" /> |
| 263 | <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
| 264 | </activity> |
| 265 | |
Scott Su | c176137 | 2009-04-08 19:55:32 -0700 | [diff] [blame^] | 266 | <activity android:name="android.widget.cts.ListViewStubActivity" android:label="ListViewStubActivity"> |
| 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 | |
The Android Open Source Project | f805710 | 2009-03-15 16:47:16 -0700 | [diff] [blame] | 273 | <activity android:name="android.hardware.cts.CameraStubActivity" |
| 274 | android:label="CameraStubActivity" |
| 275 | android:screenOrientation="landscape"> |
| 276 | </activity> |
| 277 | |
| 278 | <activity android:name="android.view.cts.MenuInflaterStubActivity" android:label="MenuInflaterStubActivity"> |
| 279 | <intent-filter> |
| 280 | <action android:name="android.intent.action.MAIN"/> |
| 281 | <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
| 282 | </intent-filter> |
| 283 | </activity> |
| 284 | |
Scott Su | 3b57cf7 | 2009-03-24 21:14:33 -0700 | [diff] [blame] | 285 | <activity android:name="android.text.method.cts.StubActivity" |
| 286 | android:label="StubActivity"> |
| 287 | <intent-filter> |
| 288 | <action android:name="android.intent.action.MAIN" /> |
| 289 | <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
| 290 | </intent-filter> |
| 291 | </activity> |
| 292 | |
Scott Su | 415a96a | 2009-04-07 23:39:19 -0700 | [diff] [blame] | 293 | <activity android:name="android.text.style.cts.URLSpanStubActivity" |
| 294 | android:label="URLSpanStubActivity"> |
| 295 | <intent-filter> |
| 296 | <action android:name="android.intent.action.MAIN" /> |
| 297 | <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
| 298 | </intent-filter> |
| 299 | </activity> |
| 300 | |
| 301 | <activity android:name="android.text.style.cts.MockURLSpanTestActivity" |
| 302 | android:label="MockURLSpanTestActivity" |
| 303 | android:launchMode="singleTask" |
| 304 | android:alwaysRetainTaskState="true" |
| 305 | android:configChanges="orientation|keyboardHidden"> |
| 306 | <intent-filter> |
| 307 | <action android:name="android.intent.action.VIEW" /> |
| 308 | <category android:name="android.intent.category.DEFAULT" /> |
| 309 | <category android:name="android.intent.category.BROWSABLE" /> |
| 310 | <category android:name="android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST" /> |
| 311 | <data android:scheme="ctstest" /> |
| 312 | </intent-filter> |
| 313 | </activity> |
| 314 | |
The Android Open Source Project | f805710 | 2009-03-15 16:47:16 -0700 | [diff] [blame] | 315 | </application> |
| 316 | |
| 317 | </manifest> |