The Android Open Source Project | 52d4c30 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 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.development" |
Jaekyun Seok | e53ebb1 | 2018-04-24 16:01:27 +0900 | [diff] [blame] | 19 | android:sharedUserId="android.uid.system" |
The Android Open Source Project | 52d4c30 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 20 | android:versionCode="1" android:versionName="1.0"> |
Dan Egnor | 1e9eb67 | 2009-12-16 17:10:26 -0800 | [diff] [blame] | 21 | <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" /> |
Robert Greenwalt | 40f7d44 | 2010-07-30 16:14:18 -0700 | [diff] [blame] | 22 | <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> |
Dan Egnor | 1e9eb67 | 2009-12-16 17:10:26 -0800 | [diff] [blame] | 23 | <uses-permission android:name="android.permission.CHANGE_NETWORK_STATE" /> |
Paul Jensen | 0991017 | 2016-04-01 13:28:24 -0400 | [diff] [blame] | 24 | <uses-permission android:name="android.permission.CHANGE_WIFI_MULTICAST_STATE" /> |
Dan Egnor | 1e9eb67 | 2009-12-16 17:10:26 -0800 | [diff] [blame] | 25 | <uses-permission android:name="android.permission.CHANGE_WIFI_STATE" /> |
| 26 | <uses-permission android:name="android.permission.DEVICE_POWER" /> |
The Android Open Source Project | 52d4c30 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 27 | <uses-permission android:name="android.permission.DUMP" /> |
Ian Pedowitz | 3047d0b | 2016-02-18 04:50:05 +0000 | [diff] [blame] | 28 | <uses-permission android:name="android.permission.GET_ACCOUNTS" /> |
The Android Open Source Project | 52d4c30 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 29 | <uses-permission android:name="android.permission.HARDWARE_TEST" /> |
HardCorePawn | fdc98b7 | 2013-01-24 00:49:08 +0100 | [diff] [blame] | 30 | <uses-permission android:name="android.permission.INTERACT_ACROSS_USERS_FULL" /> |
The Android Open Source Project | 52d4c30 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 31 | <uses-permission android:name="android.permission.INTERNET" /> |
Dan Egnor | 1e9eb67 | 2009-12-16 17:10:26 -0800 | [diff] [blame] | 32 | <uses-permission android:name="android.permission.MANAGE_ACCOUNTS" /> |
| 33 | <uses-permission android:name="android.permission.REBOOT" /> |
Dianne Hackborn | bdb0690 | 2010-01-04 18:49:11 -0800 | [diff] [blame] | 34 | <uses-permission android:name="android.permission.KILL_BACKGROUND_PROCESSES" /> |
Dan Egnor | 9d53382 | 2010-03-04 17:29:40 -0800 | [diff] [blame] | 35 | <uses-permission android:name="android.permission.SET_ACTIVITY_WATCHER" /> |
Dan Egnor | 1e9eb67 | 2009-12-16 17:10:26 -0800 | [diff] [blame] | 36 | <uses-permission android:name="android.permission.SET_ALWAYS_FINISH" /> |
| 37 | <uses-permission android:name="android.permission.SET_ANIMATION_SCALE" /> |
| 38 | <uses-permission android:name="android.permission.SET_DEBUG_APP" /> |
| 39 | <uses-permission android:name="android.permission.SET_PREFERRED_APPLICATIONS" /> |
| 40 | <uses-permission android:name="android.permission.SET_PROCESS_LIMIT" /> |
| 41 | <uses-permission android:name="android.permission.USE_CREDENTIALS" /> |
| 42 | <uses-permission android:name="android.permission.WAKE_LOCK" /> |
| 43 | <uses-permission android:name="android.permission.WRITE_SETTINGS" /> |
Dianne Hackborn | 5b6b540 | 2012-07-12 14:50:08 -0700 | [diff] [blame] | 44 | <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> |
Dan Egnor | 1e9eb67 | 2009-12-16 17:10:26 -0800 | [diff] [blame] | 45 | <uses-permission android:name="com.google.android.googleapps.permission.ACCESS_GOOGLE_PASSWORD" /> |
The Android Open Source Project | 52d4c30 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 46 | <uses-permission android:name="com.google.android.googleapps.permission.GOOGLE_AUTH" /> |
| 47 | <uses-permission android:name="com.google.android.googleapps.permission.GOOGLE_AUTH.ALL_SERVICES" /> |
| 48 | <uses-permission android:name="com.google.android.googleapps.permission.GOOGLE_AUTH.YouTubeUser" /> |
The Android Open Source Project | 52d4c30 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 49 | |
| 50 | <application android:label="Dev Tools" |
Kenny Root | 0cba157 | 2010-11-23 09:58:50 -0800 | [diff] [blame] | 51 | android:icon="@mipmap/ic_launcher_devtools"> |
Narayan Kamath | 4b952f0 | 2015-02-05 15:04:30 +0000 | [diff] [blame] | 52 | <uses-library android:name="org.apache.http.legacy" android:required="false" /> |
The Android Open Source Project | 52d4c30 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 53 | |
| 54 | <uses-library android:name="android.test.runner" /> |
The Android Open Source Project | 52d4c30 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 55 | |
| 56 | <activity android:name="Development" android:label="Dev Tools" |
Kenny Root | 0cba157 | 2010-11-23 09:58:50 -0800 | [diff] [blame] | 57 | android:icon="@mipmap/ic_launcher_devtools"> |
The Android Open Source Project | 52d4c30 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 58 | <intent-filter> |
| 59 | <action android:name="android.intent.action.MAIN" /> |
Chirayu Desai | eeb999b | 2012-08-07 19:19:33 +0530 | [diff] [blame] | 60 | <category android:name="android.intent.category.DEFAULT" /> |
The Android Open Source Project | 52d4c30 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 61 | </intent-filter> |
| 62 | </activity> |
| 63 | <activity android:name="PackageBrowser" android:label="Package Browser"> |
| 64 | <intent-filter> |
| 65 | <action android:name="android.intent.action.MAIN" /> |
| 66 | <category android:name="android.intent.category.TEST" /> |
| 67 | </intent-filter> |
| 68 | </activity> |
The Android Open Source Project | 52d4c30 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 69 | <activity android:name="PackageSummary" android:label="Package Summary"> |
| 70 | </activity> |
Naman Dwivedi | 951836c | 2015-05-04 19:32:46 +0530 | [diff] [blame] | 71 | <activity android:name="ShowActivity" android:label="Activity Detail"> |
| 72 | </activity> |
The Android Open Source Project | 52d4c30 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 73 | <activity android:name="AppPicker" |
| 74 | android:theme="@android:style/Theme.Dialog"> |
| 75 | </activity> |
| 76 | <activity android:name="PointerLocation" android:label="Pointer Location" |
| 77 | android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen" |
| 78 | android:configChanges="keyboard|keyboardHidden|navigation|orientation"> |
| 79 | <intent-filter> |
| 80 | <action android:name="android.intent.action.MAIN" /> |
| 81 | <category android:name="android.intent.category.TEST" /> |
| 82 | </intent-filter> |
| 83 | </activity> |
| 84 | |
Fred Quintana | ac657e0 | 2009-06-15 17:23:00 -0700 | [diff] [blame] | 85 | <activity android:name="AccountsTester" android:label="AccountsTester" |
Fred Quintana | 5edd3d7 | 2010-03-08 13:13:53 -0800 | [diff] [blame] | 86 | android:windowSoftInputMode="stateHidden"> |
Fred Quintana | ac657e0 | 2009-06-15 17:23:00 -0700 | [diff] [blame] | 87 | <intent-filter> |
| 88 | <action android:name="android.intent.action.MAIN" /> |
| 89 | <category android:name="android.intent.category.TEST" /> |
| 90 | </intent-filter> |
| 91 | </activity> |
| 92 | |
Naman Dwivedi | f6b7816 | 2015-05-04 23:19:37 +0530 | [diff] [blame] | 93 | <activity android:name="SyncAdapterDriver" android:label="Sync Tester"> |
Fred Quintana | d7a3ea8 | 2009-11-03 17:18:33 -0800 | [diff] [blame] | 94 | <intent-filter> |
| 95 | <action android:name="android.intent.action.MAIN" /> |
| 96 | <category android:name="android.intent.category.TEST" /> |
| 97 | </intent-filter> |
| 98 | </activity> |
| 99 | |
The Android Open Source Project | 52d4c30 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 100 | <activity android:name="DataList"> |
| 101 | </activity> |
| 102 | <activity android:name="Details"> |
| 103 | </activity> |
Robert Greenwalt | d53aa9b | 2009-10-06 15:12:40 -0700 | [diff] [blame] | 104 | <activity android:name="Connectivity" android:label="Connectivity" > |
| 105 | <intent-filter> |
| 106 | <action android:name="android.intent.action.MAIN" /> |
| 107 | <category android:name="android.intent.category.TEST" /> |
| 108 | </intent-filter> |
| 109 | </activity> |
The Android Open Source Project | 52d4c30 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 110 | |
| 111 | <activity android:name="InstrumentationList" android:label="Instrumentation"> |
| 112 | <intent-filter> |
| 113 | <action android:name="android.intent.action.MAIN" /> |
| 114 | <category android:name="android.intent.category.TEST" /> |
| 115 | </intent-filter> |
| 116 | </activity> |
| 117 | |
Marco Nelissen | 3021e71 | 2010-04-05 14:59:45 -0700 | [diff] [blame] | 118 | <activity android:name="MediaScannerActivity" android:label="Media Provider"> |
The Android Open Source Project | 52d4c30 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 119 | <intent-filter> |
| 120 | <action android:name="android.intent.action.MAIN" /> |
| 121 | <category android:name="android.intent.category.TEST" /> |
| 122 | </intent-filter> |
| 123 | </activity> |
| 124 | |
HardCorePawn | fdc98b7 | 2013-01-24 00:49:08 +0100 | [diff] [blame] | 125 | <!-- |
Dan Egnor | d0225ee | 2009-12-09 16:30:23 -0800 | [diff] [blame] | 126 | <activity android:name="GLSTester" android:label="Google Login Service"> |
The Android Open Source Project | 52d4c30 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 127 | <intent-filter> |
| 128 | <action android:name="android.intent.action.MAIN" /> |
| 129 | <category android:name="android.intent.category.TEST" /> |
| 130 | </intent-filter> |
| 131 | </activity> |
HardCorePawn | fdc98b7 | 2013-01-24 00:49:08 +0100 | [diff] [blame] | 132 | --> |
The Android Open Source Project | 52d4c30 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 133 | |
Dan Egnor | d0225ee | 2009-12-09 16:30:23 -0800 | [diff] [blame] | 134 | <activity android:name="RunningProcesses" android:label="Running processes"> |
The Android Open Source Project | 52d4c30 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 135 | <intent-filter> |
| 136 | <action android:name="android.intent.action.MAIN" /> |
| 137 | <category android:name="android.intent.category.TEST" /> |
| 138 | </intent-filter> |
| 139 | </activity> |
Dan Egnor | d0225ee | 2009-12-09 16:30:23 -0800 | [diff] [blame] | 140 | <activity android:name="ProcessInfo" android:label="Process Information"> |
The Android Open Source Project | 52d4c30 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 141 | <intent-filter> |
| 142 | <action android:name="android.intent.action.VIEW" /> |
| 143 | <category android:name="android.intent.category.DEFAULT" /> |
| 144 | </intent-filter> |
Dan Egnor | d0225ee | 2009-12-09 16:30:23 -0800 | [diff] [blame] | 145 | </activity> |
The Android Open Source Project | 52d4c30 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 146 | <!-- |
Dan Egnor | d0225ee | 2009-12-09 16:30:23 -0800 | [diff] [blame] | 147 | <activity android:name="AppHwConfigList" android:label="Applications Hw Configuration"> |
The Android Open Source Project | 52d4c30 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 148 | <intent-filter> |
| 149 | <action android:name="android.intent.action.MAIN" /> |
| 150 | <category android:name="android.intent.category.TEST" /> |
| 151 | </intent-filter> |
Dan Egnor | d0225ee | 2009-12-09 16:30:23 -0800 | [diff] [blame] | 152 | </activity> |
The Android Open Source Project | 52d4c30 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 153 | --> |
Dan Egnor | d0225ee | 2009-12-09 16:30:23 -0800 | [diff] [blame] | 154 | <activity android:name="AppHwPref" android:label="Applications Hardware Preferences"> |
The Android Open Source Project | 52d4c30 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 155 | <intent-filter> |
| 156 | <action android:name="android.intent.action.VIEW" /> |
| 157 | <category android:name="android.intent.category.DEFAULT" /> |
| 158 | </intent-filter> |
Dan Egnor | d0225ee | 2009-12-09 16:30:23 -0800 | [diff] [blame] | 159 | </activity> |
| 160 | <activity android:name="PermissionDetails" android:label="Permission Info"> |
Suchi Amalapurapu | 25be4ba | 2009-06-11 16:05:10 -0700 | [diff] [blame] | 161 | <intent-filter> |
| 162 | <action android:name="com.android.development.VIEW_PERMISSION" /> |
| 163 | <category android:name="android.intent.category.DEFAULT" /> |
| 164 | </intent-filter> |
Dan Egnor | d0225ee | 2009-12-09 16:30:23 -0800 | [diff] [blame] | 165 | </activity> |
Dan Egnor | b4e39ae | 2010-01-07 21:17:24 -0800 | [diff] [blame] | 166 | |
Dan Egnor | d0225ee | 2009-12-09 16:30:23 -0800 | [diff] [blame] | 167 | <activity android:name="BadBehaviorActivity" android:label="Bad Behavior"> |
| 168 | <intent-filter> |
| 169 | <action android:name="android.intent.action.MAIN" /> |
| 170 | <category android:name="android.intent.category.TEST" /> |
| 171 | </intent-filter> |
| 172 | </activity> |
Dan Egnor | b4e39ae | 2010-01-07 21:17:24 -0800 | [diff] [blame] | 173 | <receiver android:name="BadBehaviorActivity$BadReceiver"> |
| 174 | <intent-filter> |
| 175 | <action android:name="com.android.development.BAD_BEHAVIOR" /> |
| 176 | </intent-filter> |
| 177 | </receiver> |
| 178 | <service android:name="BadBehaviorActivity$BadService" /> |
Joe Onorato | 7d26cd1 | 2010-09-07 11:53:18 -0400 | [diff] [blame] | 179 | |
Dianne Hackborn | 5b6b540 | 2012-07-12 14:50:08 -0700 | [diff] [blame] | 180 | <activity android:name="CacheAbuser" android:label="Cache Abuser"> |
| 181 | <intent-filter> |
| 182 | <action android:name="android.intent.action.MAIN" /> |
| 183 | <category android:name="android.intent.category.TEST" /> |
| 184 | </intent-filter> |
| 185 | </activity> |
| 186 | |
Joe Onorato | 7d26cd1 | 2010-09-07 11:53:18 -0400 | [diff] [blame] | 187 | <activity android:name="ConfigurationViewer" android:label="Configuration"> |
| 188 | <intent-filter> |
| 189 | <action android:name="android.intent.action.MAIN" /> |
| 190 | <category android:name="android.intent.category.TEST" /> |
| 191 | </intent-filter> |
| 192 | </activity> |
| 193 | |
The Android Open Source Project | 52d4c30 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 194 | </application> |
| 195 | </manifest> |