blob: 017bd88c002edd01b914ba04b87f22768f217d5e [file] [log] [blame]
Nick Pelly09e9cba2009-07-10 18:45:13 -07001<?xml version="1.0" encoding="utf-8"?>
2<manifest xmlns:android="http://schemas.android.com/apk/res/android"
Jaikumar Ganesh20b763a2010-03-11 13:06:54 -08003 package="com.android.bluetooth"
Jaikumar Ganeshff4f17b2011-12-19 15:54:50 -08004 android:sharedUserId="android.uid.bluetooth">
Jeff Hamilton5127e8e2010-02-11 16:25:47 -06005
6 <original-package android:name="com.android.bluetooth" />
7
Nick Pelly09e9cba2009-07-10 18:45:13 -07008 <!-- Allows access to the Bluetooth Share Manager -->
9 <permission android:name="android.permission.ACCESS_BLUETOOTH_SHARE"
10 android:label="@string/permlab_bluetoothShareManager"
11 android:description="@string/permdesc_bluetoothShareManager"
12 android:protectionLevel="signature" />
Martijn Coenen8099f5e2012-04-06 13:47:52 -070013
14 <!-- Allows temporarily whitelisting Bluetooth addresses for sharing -->
15 <permission android:name="com.android.permission.WHITELIST_BLUETOOTH_DEVICE"
16 android:label="@string/permlab_bluetoothWhitelist"
17 android:description="@string/permdesc_bluetoothWhitelist"
18 android:protectionLevel="signature" />
19
20 <!-- Allows receiving handover status broadcasts from Bluetooth -->,
21 <permission android:name="com.android.permission.HANDOVER_STATUS"
22 android:label="@string/permlab_handoverStatus"
23 android:description="@string/permdesc_handoverStatus"
24 android:protectionLevel="signature" />
25
Nick Pelly09e9cba2009-07-10 18:45:13 -070026 <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
27 <uses-permission android:name="android.permission.ACCESS_BLUETOOTH_SHARE" />
28 <uses-permission android:name="android.permission.INTERNET" />
29 <uses-permission android:name="android.permission.BLUETOOTH" />
30 <uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />
31 <uses-permission android:name="android.permission.WAKE_LOCK" />
32 <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
Jackson Fan2c282d52009-07-19 12:25:14 +080033 <uses-permission android:name="android.permission.READ_CONTACTS" />
Daniel Lehmann4425b782012-03-09 20:43:54 -080034 <uses-permission android:name="android.permission.READ_CALL_LOG" />
Jackson Fan2c282d52009-07-19 12:25:14 +080035 <uses-permission android:name="android.permission.READ_PHONE_STATE" />
36 <uses-permission android:name="android.permission.WRITE_SETTINGS" />
Martijn Coenen8099f5e2012-04-06 13:47:52 -070037 <uses-permission android:name="com.android.permission.HANDOVER_STATUS" />
Matthew Xie6c91bc02012-02-16 18:47:53 -080038 <uses-permission android:name="android.permission.WRITE_SECURE_SETTINGS" />
Jaikumar Ganesha11b96d2012-02-27 10:30:33 -080039 <uses-permission android:name="android.permission.NET_ADMIN" />
Matthew Xie6c91bc02012-02-16 18:47:53 -080040 <uses-permission android:name="android.permission.CALL_PRIVILEGED" />
41 <uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" />
fredc6654f5c2012-04-12 00:18:52 -070042 <uses-permission android:name="android.permission.NET_TUNNELING" />
43 <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
44 <uses-permission android:name="android.permission.CHANGE_NETWORK_STATE" />
Matthew Xie09a49912012-07-12 15:55:22 -070045 <uses-permission android:name="android.permission.CONNECTIVITY_INTERNAL" />
Matthew Xie0e463622012-09-26 00:12:26 -070046 <uses-permission android:name="android.permission.MODIFY_PHONE_STATE" />
Matthew Xie344036b2012-10-01 21:49:48 -070047 <uses-permission android:name="android.permission.INTERACT_ACROSS_USERS_FULL" />
48 <uses-permission android:name="android.permission.BLUETOOTH_STACK" />
Zhihai Xu37510152012-10-08 18:04:32 -070049 <uses-permission android:name="android.permission.INTERACT_ACROSS_USERS"/>
50 <uses-permission android:name="android.permission.MANAGE_USERS"/>
Martijn Coenen19d8d542012-10-30 15:15:05 -070051 <uses-permission android:name="com.google.android.gallery3d.permission.GALLERY_PROVIDER"/>
52 <uses-permission android:name="com.android.gallery3d.permission.GALLERY_PROVIDER"/>
Matthew Xiefd6603b2013-07-18 18:18:36 -070053 <uses-permission android:name="android.permission.MMS_SEND_OUTBOX_MSG"/>
54 <uses-permission android:name="android.permission.RECEIVE_SMS" />
55 <uses-permission android:name="android.permission.READ_PHONE_STATE" />
56 <uses-permission android:name="android.permission.SEND_SMS" />
57 <uses-permission android:name="android.permission.READ_SMS" />
58 <uses-permission android:name="android.permission.WRITE_SMS" />
59 <uses-permission android:name="android.permission.READ_CONTACTS" />
Zhihai Xu37510152012-10-08 18:04:32 -070060
fredcc7a57f32012-05-07 14:20:35 -070061 <!-- For PBAP Owner Vcard Info -->
62 <uses-permission android:name="android.permission.READ_PROFILE"/>
Jaikumar Ganesh20b763a2010-03-11 13:06:54 -080063 <application
fredc6654f5c2012-04-12 00:18:52 -070064 android:name=".btservice.AdapterApp"
Jaikumar Ganesh20b763a2010-03-11 13:06:54 -080065 android:icon="@drawable/bt_share"
fredc6654f5c2012-04-12 00:18:52 -070066 android:persistent="false"
Nick Pelly09e9cba2009-07-10 18:45:13 -070067 android:label="@string/app_name">
68 <uses-library android:name="javax.obex" />
Tao Liejun6769b592009-07-14 15:55:04 -070069 <provider android:name=".opp.BluetoothOppProvider"
Jaikumar Ganesh20b763a2010-03-11 13:06:54 -080070 android:authorities="com.android.bluetooth.opp"
Nick Kralevichea0b4f92012-07-30 12:41:30 -070071 android:exported="true"
Jaikumar Ganesh20b763a2010-03-11 13:06:54 -080072 android:process="@string/process">
Tao Liejun1ac55072009-08-07 15:01:24 +080073 <path-permission
74 android:path="/btopp"
75 android:permission="android.permission.ACCESS_BLUETOOTH_SHARE" />
76 </provider>
Jaikumar Ganesh20b763a2010-03-11 13:06:54 -080077 <service
78 android:process="@string/process"
fredc6654f5c2012-04-12 00:18:52 -070079 android:name = ".btservice.AdapterService">
80 <intent-filter>
81 <action android:name="android.bluetooth.IBluetooth" />
82 </intent-filter>
83 </service>
84 <service
85 android:process="@string/process"
Jaikumar Ganesh20b763a2010-03-11 13:06:54 -080086 android:name=".opp.BluetoothOppService"
fredca7e8ef32012-05-10 22:07:32 -070087 android:permission="android.permission.ACCESS_BLUETOOTH_SHARE"
88 android:enabled="@bool/profile_supported_opp"/>
Jaikumar Ganesh20b763a2010-03-11 13:06:54 -080089 <receiver
90 android:process="@string/process"
Kausik Sinnaswamyd5708932012-04-09 20:02:49 +053091 android:exported="true"
fredca7e8ef32012-05-10 22:07:32 -070092 android:name=".opp.BluetoothOppReceiver"
93 android:enabled="@bool/profile_supported_opp">
Nick Pelly09e9cba2009-07-10 18:45:13 -070094 <intent-filter>
Nick Pellybd540682009-09-11 11:46:59 -070095 <action android:name="android.bluetooth.adapter.action.STATE_CHANGED" />
jhtop.kimef697b02011-08-02 10:59:35 +090096 <!--action android:name="android.intent.action.BOOT_COMPLETED" /-->
Jake Hamby1ed96d52011-01-25 19:46:26 -080097 <action android:name="android.btopp.intent.action.OPEN_RECEIVED_FILES" />
Martijn Coenen8099f5e2012-04-06 13:47:52 -070098 </intent-filter>
99 </receiver>
100 <receiver
101 android:process="@string/process"
102 android:name=".opp.BluetoothOppHandoverReceiver"
103 android:permission="com.android.permission.WHITELIST_BLUETOOTH_DEVICE">
104 <intent-filter>
105 <action android:name="android.btopp.intent.action.WHITELIST_DEVICE" />
Martijn Coenen584dfb22012-05-16 13:58:02 -0700106 <action android:name="android.btopp.intent.action.STOP_HANDOVER_TRANSFER" />
Nick Pelly09e9cba2009-07-10 18:45:13 -0700107 </intent-filter>
Martijn Coenen03f25a22012-05-18 13:43:30 -0700108 <intent-filter>
109 <action android:name="android.btopp.intent.action.HANDOVER_SEND" />
110 <category android:name="android.intent.category.DEFAULT" />
111 <data android:mimeType="*/*" />
112 </intent-filter>
113 <intent-filter>
114 <action android:name="android.btopp.intent.action.HANDOVER_SEND_MULTIPLE" />
115 <category android:name="android.intent.category.DEFAULT" />
116 <data android:mimeType="*/*" />
117 </intent-filter>
Nick Pelly09e9cba2009-07-10 18:45:13 -0700118 </receiver>
Tao Liejun6769b592009-07-14 15:55:04 -0700119 <activity android:name=".opp.BluetoothOppLauncherActivity"
Jaikumar Ganesh6a148f12010-05-14 15:00:28 -0700120 android:process="@string/process"
fredca7e8ef32012-05-10 22:07:32 -0700121 android:theme="@android:style/Theme.Holo.Dialog"
122 android:label="@string/bt_share_picker_label"
123 android:enabled="@bool/profile_supported_opp">
Nick Pelly09e9cba2009-07-10 18:45:13 -0700124 <intent-filter>
125 <action android:name="android.intent.action.SEND" />
126 <category android:name="android.intent.category.DEFAULT" />
127 <data android:mimeType="image/*" />
128 <data android:mimeType="video/*" />
Jackson Fan239bc522009-07-27 15:58:22 +0800129 <data android:mimeType="audio/*" />
Lixin Yue6ef730f2009-12-17 16:31:22 +0800130 <data android:mimeType="text/x-vcard" />
Tao Liejunfb8562d2009-11-18 11:02:59 -0600131 <data android:mimeType="text/plain" />
132 <data android:mimeType="text/html" />
133 <data android:mimeType="application/zip" />
134 <data android:mimeType="application/vnd.ms-excel" />
135 <data android:mimeType="application/msword" />
136 <data android:mimeType="application/vnd.ms-powerpoint" />
137 <data android:mimeType="application/pdf" />
Sungmin Choi5d574612012-11-30 15:59:30 +0900138 <data android:mimeType="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" />
139 <data android:mimeType="application/vnd.openxmlformats-officedocument.wordprocessingml.document" />
140 <data android:mimeType="application/vnd.openxmlformats-officedocument.presentationml.presentation" />
Nick Pelly09e9cba2009-07-10 18:45:13 -0700141 </intent-filter>
142 <intent-filter>
Tao Liejun1ac55072009-08-07 15:01:24 +0800143 <action android:name="android.intent.action.SEND_MULTIPLE" />
Nick Pelly09e9cba2009-07-10 18:45:13 -0700144 <category android:name="android.intent.category.DEFAULT" />
145 <data android:mimeType="image/*" />
146 <data android:mimeType="video/*" />
147 <data android:mimeType="x-mixmedia/*" />
Lixin Yue6ef730f2009-12-17 16:31:22 +0800148 <data android:mimeType="text/x-vcard" />
Nick Pelly09e9cba2009-07-10 18:45:13 -0700149 </intent-filter>
150 <intent-filter>
151 <action android:name="android.btopp.intent.action.OPEN" />
152 <category android:name="android.intent.category.DEFAULT" />
153 <data android:mimeType="vnd.android.cursor.item/vnd.android.btopp" />
154 </intent-filter>
155 </activity>
Lixin Yuedc3bacd2009-09-21 20:36:16 +0800156 <activity android:name=".opp.BluetoothOppBtEnableActivity"
Jaikumar Ganesh6a148f12010-05-14 15:00:28 -0700157 android:process="@string/process"
Lixin Yuedc3bacd2009-09-21 20:36:16 +0800158 android:excludeFromRecents="true"
fredca7e8ef32012-05-10 22:07:32 -0700159 android:theme="@*android:style/Theme.Holo.Dialog.Alert"
160 android:enabled="@bool/profile_supported_opp">
Nick Pelly09e9cba2009-07-10 18:45:13 -0700161 </activity>
Lixin Yuedc3bacd2009-09-21 20:36:16 +0800162 <activity android:name=".opp.BluetoothOppBtErrorActivity"
Jaikumar Ganesh6a148f12010-05-14 15:00:28 -0700163 android:process="@string/process"
Lixin Yuedc3bacd2009-09-21 20:36:16 +0800164 android:excludeFromRecents="true"
Jaikumar Ganeshb27df662011-01-10 15:21:53 -0800165 android:theme="@*android:style/Theme.Holo.Dialog.Alert">
Nick Pelly09e9cba2009-07-10 18:45:13 -0700166 </activity>
Lixin Yuedc3bacd2009-09-21 20:36:16 +0800167 <activity android:name=".opp.BluetoothOppBtEnablingActivity"
Jaikumar Ganesh6a148f12010-05-14 15:00:28 -0700168 android:process="@string/process"
Lixin Yuedc3bacd2009-09-21 20:36:16 +0800169 android:excludeFromRecents="true"
fredca7e8ef32012-05-10 22:07:32 -0700170 android:theme="@*android:style/Theme.Holo.Dialog.Alert"
171 android:enabled="@bool/profile_supported_opp">
Lixin Yuedc3bacd2009-09-21 20:36:16 +0800172 </activity>
Jaikumar Ganesh53647ab2009-09-11 16:20:52 -0700173 <activity android:name=".opp.BluetoothOppIncomingFileConfirmActivity"
Jaikumar Ganesh6a148f12010-05-14 15:00:28 -0700174 android:process="@string/process"
Jaikumar Ganesh53647ab2009-09-11 16:20:52 -0700175 android:excludeFromRecents="true"
fredca7e8ef32012-05-10 22:07:32 -0700176 android:theme="@*android:style/Theme.Holo.Dialog.Alert"
177 android:enabled="@bool/profile_supported_opp">
Nick Pelly09e9cba2009-07-10 18:45:13 -0700178 </activity>
Lixin Yuedc3bacd2009-09-21 20:36:16 +0800179 <activity android:name=".opp.BluetoothOppTransferActivity"
Jaikumar Ganesh6a148f12010-05-14 15:00:28 -0700180 android:process="@string/process"
Lixin Yuedc3bacd2009-09-21 20:36:16 +0800181 android:excludeFromRecents="true"
fredca7e8ef32012-05-10 22:07:32 -0700182 android:theme="@*android:style/Theme.Holo.Dialog.Alert"
183 android:enabled="@bool/profile_supported_opp">
Nick Pelly09e9cba2009-07-10 18:45:13 -0700184 </activity>
Tao Liejun6769b592009-07-14 15:55:04 -0700185 <activity android:name=".opp.BluetoothOppLiveFolder"
Jaikumar Ganesh6a148f12010-05-14 15:00:28 -0700186 android:process="@string/process"
Mike Cleronae70ee22009-09-29 13:03:26 -0700187 android:icon="@drawable/ic_launcher_folder_bluetooth"
fredca7e8ef32012-05-10 22:07:32 -0700188 android:label="@string/btopp_live_folder"
189 android:enabled="@bool/profile_supported_opp">
Nick Pelly09e9cba2009-07-10 18:45:13 -0700190 <intent-filter>
191 <action android:name="android.intent.action.CREATE_LIVE_FOLDER" />
192 <category android:name="android.intent.category.DEFAULT" />
193 </intent-filter>
194 </activity>
Lixin Yue5cc61792010-02-26 17:35:23 +0800195 <activity android:name=".opp.BluetoothOppTransferHistory"
Jaikumar Ganesh6a148f12010-05-14 15:00:28 -0700196 android:process="@string/process"
Lixin Yue5cc61792010-02-26 17:35:23 +0800197 android:label=""
198 android:excludeFromRecents="true"
fredca7e8ef32012-05-10 22:07:32 -0700199 android:configChanges="orientation|keyboardHidden"
200 android:enabled="@bool/profile_supported_opp">
Lixin Yue5cc61792010-02-26 17:35:23 +0800201 </activity>
Jackson Fan2c282d52009-07-19 12:25:14 +0800202 <activity android:name=".pbap.BluetoothPbapActivity"
Jaikumar Ganesh0bd5f7b2010-03-24 10:36:06 -0700203 android:process="@string/process"
Lixin Yuedc3bacd2009-09-21 20:36:16 +0800204 android:excludeFromRecents="true"
fredca7e8ef32012-05-10 22:07:32 -0700205 android:theme="@*android:style/Theme.Holo.Dialog.Alert"
206 android:enabled="@bool/profile_supported_pbap">
Jackson Fan2c282d52009-07-19 12:25:14 +0800207 <intent-filter>
Lixin Yued8961622009-07-28 10:45:23 +0800208 <category android:name="android.intent.category.DEFAULT" />
Jackson Fan2c282d52009-07-19 12:25:14 +0800209 </intent-filter>
210 </activity>
Jaikumar Ganesh20b763a2010-03-11 13:06:54 -0800211 <service
212 android:process="@string/process"
fredca7e8ef32012-05-10 22:07:32 -0700213 android:name=".pbap.BluetoothPbapService"
214 android:enabled="@bool/profile_supported_pbap" >
Jaikumar Ganeshb8c66032010-10-07 00:39:15 +0200215 <intent-filter>
216 <action android:name="android.bluetooth.IBluetoothPbap" />
217 </intent-filter>
Jackson Fan2c282d52009-07-19 12:25:14 +0800218 </service>
Jaikumar Ganesh20b763a2010-03-11 13:06:54 -0800219 <receiver
220 android:process="@string/process"
Kausik Sinnaswamyd5708932012-04-09 20:02:49 +0530221 android:exported="true"
fredca7e8ef32012-05-10 22:07:32 -0700222 android:name=".pbap.BluetoothPbapReceiver"
223 android:enabled="@bool/profile_supported_pbap">
Jackson Fan2c282d52009-07-19 12:25:14 +0800224 <intent-filter>
Nick Pellybd540682009-09-11 11:46:59 -0700225 <action android:name="android.bluetooth.adapter.action.STATE_CHANGED"/>
Matthew Xie7eab97d2011-06-28 13:53:56 -0700226 <action android:name="android.bluetooth.device.action.CONNECTION_ACCESS_REPLY" />
227 <category android:name="android.intent.category.DEFAULT" />
Jackson Fan2c282d52009-07-19 12:25:14 +0800228 </intent-filter>
229 </receiver>
Matthew Xiefd6603b2013-07-18 18:18:36 -0700230 <activity android:name=".map.BluetoothMapActivity"
231 android:process="@string/process"
232 android:excludeFromRecents="true"
233 android:theme="@*android:style/Theme.Holo.Dialog.Alert"
234 android:enabled="@bool/profile_supported_map">
235 <intent-filter>
236 <category android:name="android.intent.category.DEFAULT" />
237 </intent-filter>
238 </activity>
239 <service
240 android:process="@string/process"
241 android:name=".map.BluetoothMapService"
242 android:enabled="@bool/profile_supported_map" >
243 <intent-filter>
244 <action android:name="android.bluetooth.IBluetoothMap" />
245 </intent-filter>
246 </service>
247 <receiver
248 android:process="@string/process"
249 android:exported="true"
250 android:name=".map.BluetoothMapReceiver"
251 android:enabled="@bool/profile_supported_map">
252 <intent-filter>
253 <action android:name="android.bluetooth.adapter.action.STATE_CHANGED"/>
254 <action android:name="android.bluetooth.device.action.CONNECTION_ACCESS_REPLY" />
255 <category android:name="android.intent.category.DEFAULT" />
256 </intent-filter>
257 </receiver>
Matthew Xie6c91bc02012-02-16 18:47:53 -0800258 <service
259 android:process="@string/process"
Ganesh Ganapathi Batta03b83862013-02-05 15:38:27 -0800260 android:name = ".gatt.GattService"
261 android:enabled="@bool/profile_supported_gatt">
262 <intent-filter>
263 <action android:name="android.bluetooth.IBluetoothGatt" />
264 </intent-filter>
265 </service>
266 <service
267 android:process="@string/process"
fredca7e8ef32012-05-10 22:07:32 -0700268 android:name = ".hfp.HeadsetService"
269 android:enabled="@bool/profile_supported_hs_hfp">
Matthew Xie6c91bc02012-02-16 18:47:53 -0800270 <intent-filter>
271 <action android:name="android.bluetooth.IBluetoothHeadset" />
272 </intent-filter>
273 </service>
274 <service
275 android:process="@string/process"
fredca7e8ef32012-05-10 22:07:32 -0700276 android:name = ".a2dp.A2dpService"
277 android:enabled="@bool/profile_supported_a2dp">
Matthew Xie6c91bc02012-02-16 18:47:53 -0800278 <intent-filter>
279 <action android:name="android.bluetooth.IBluetoothA2dp" />
280 </intent-filter>
281 </service>
Matthew Xie35207a52012-03-21 23:11:40 -0700282 <service
283 android:process="@string/process"
fredca7e8ef32012-05-10 22:07:32 -0700284 android:name = ".hid.HidService"
285 android:enabled="@bool/profile_supported_hid">
Matthew Xie35207a52012-03-21 23:11:40 -0700286 <intent-filter>
287 <action android:name="android.bluetooth.IBluetoothInputDevice" />
288 </intent-filter>
289 </service>
Matthew Xie676cb1b2012-03-22 17:32:29 -0700290 <service
291 android:process="@string/process"
fredca7e8ef32012-05-10 22:07:32 -0700292 android:name = ".hdp.HealthService"
293 android:enabled="@bool/profile_supported_hdp">
Matthew Xie676cb1b2012-03-22 17:32:29 -0700294 <intent-filter>
295 <action android:name="android.bluetooth.IBluetoothHealth" />
296 </intent-filter>
297 </service>
fredc6654f5c2012-04-12 00:18:52 -0700298 <service
299 android:process="@string/process"
fredca7e8ef32012-05-10 22:07:32 -0700300 android:name = ".pan.PanService"
301 android:enabled="@bool/profile_supported_pan">
fredc6654f5c2012-04-12 00:18:52 -0700302 <intent-filter>
303 <action android:name="android.bluetooth.IBluetoothPan" />
304 </intent-filter>
305 </service>
Nick Pelly09e9cba2009-07-10 18:45:13 -0700306 </application>
307</manifest>