blob: aa49af9f2f0238e0ba1e1ca8743cd84e427970af [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
Nick Pelly09e9cba2009-07-10 18:45:13 -070020 <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
21 <uses-permission android:name="android.permission.ACCESS_BLUETOOTH_SHARE" />
tturney27b5d6c2015-07-23 12:50:32 -070022 <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
Nick Pelly09e9cba2009-07-10 18:45:13 -070023 <uses-permission android:name="android.permission.INTERNET" />
24 <uses-permission android:name="android.permission.BLUETOOTH" />
25 <uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />
Wei Wang871bee02014-02-28 14:45:31 -080026 <uses-permission android:name="android.permission.BLUETOOTH_PRIVILEGED" />
Casper Bonde326b5e62014-07-24 13:47:23 +020027 <uses-permission android:name="android.permission.BLUETOOTH_MAP" />
Nick Pelly09e9cba2009-07-10 18:45:13 -070028 <uses-permission android:name="android.permission.WAKE_LOCK" />
29 <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
Ajay Panicker66d64302015-10-13 15:31:47 -070030 <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
Jackson Fan2c282d52009-07-19 12:25:14 +080031 <uses-permission android:name="android.permission.READ_CONTACTS" />
kschulz5a60e472015-03-17 11:47:46 +010032 <!-- WRITE_CONTACTS is used for test cases only -->
33 <uses-permission android:name="android.permission.WRITE_CONTACTS" />
Daniel Lehmann4425b782012-03-09 20:43:54 -080034 <uses-permission android:name="android.permission.READ_CALL_LOG" />
Andre Eisenbachdbeb8d72015-06-29 11:11:58 -070035 <uses-permission android:name="android.permission.READ_PRIVILEGED_PHONE_STATE" />
Jackson Fan2c282d52009-07-19 12:25:14 +080036 <uses-permission android:name="android.permission.WRITE_SETTINGS" />
Andres Moralescfaffa82014-03-11 08:56:54 -070037 <uses-permission android:name="android.permission.NFC_HANDOVER_STATUS" />
Matthew Xie6c91bc02012-02-16 18:47:53 -080038 <uses-permission android:name="android.permission.WRITE_SECURE_SETTINGS" />
Prem Kumar87896dd2014-04-14 10:16:15 -070039 <uses-permission android:name="android.permission.WRITE_APN_SETTINGS" />
Jaikumar Ganesha11b96d2012-02-27 10:30:33 -080040 <uses-permission android:name="android.permission.NET_ADMIN" />
Matthew Xie6c91bc02012-02-16 18:47:53 -080041 <uses-permission android:name="android.permission.CALL_PRIVILEGED" />
42 <uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" />
fredc6654f5c2012-04-12 00:18:52 -070043 <uses-permission android:name="android.permission.NET_TUNNELING" />
44 <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
45 <uses-permission android:name="android.permission.CHANGE_NETWORK_STATE" />
Matthew Xie09a49912012-07-12 15:55:22 -070046 <uses-permission android:name="android.permission.CONNECTIVITY_INTERNAL" />
Jeremy Kleineafcccd2015-12-28 15:14:31 -080047 <uses-permission android:name="android.permission.TETHER_PRIVILEGED" />
Matthew Xie0e463622012-09-26 00:12:26 -070048 <uses-permission android:name="android.permission.MODIFY_PHONE_STATE" />
Matthew Xie344036b2012-10-01 21:49:48 -070049 <uses-permission android:name="android.permission.INTERACT_ACROSS_USERS_FULL" />
50 <uses-permission android:name="android.permission.BLUETOOTH_STACK" />
Zhihai Xu37510152012-10-08 18:04:32 -070051 <uses-permission android:name="android.permission.INTERACT_ACROSS_USERS"/>
52 <uses-permission android:name="android.permission.MANAGE_USERS"/>
Martijn Coenen19d8d542012-10-30 15:15:05 -070053 <uses-permission android:name="com.google.android.gallery3d.permission.GALLERY_PROVIDER"/>
54 <uses-permission android:name="com.android.gallery3d.permission.GALLERY_PROVIDER"/>
Matthew Xiefd6603b2013-07-18 18:18:36 -070055 <uses-permission android:name="android.permission.RECEIVE_SMS" />
Matthew Xiefd6603b2013-07-18 18:18:36 -070056 <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" />
Jean-Michel Trivi5509d362013-09-17 20:21:22 -070060 <uses-permission android:name="android.permission.MEDIA_CONTENT_CONTROL" />
Nitin Shivpurebfdb2492014-06-06 15:06:57 +053061 <uses-permission android:name="android.permission.MANAGE_DOCUMENTS" />
Fyodor Kupolovd2fc8cb2015-06-19 15:36:44 -070062 <uses-permission android:name="android.permission.UPDATE_APP_OPS_STATS" />
Andre Eisenbach10d5c212015-04-06 16:50:58 -070063 <uses-permission android:name="android.permission.VIBRATE" />
Dianne Hackborndc684352015-06-19 16:23:28 -070064 <uses-permission android:name="android.permission.DEVICE_POWER" />
Fyodor Kupolov1b1433a2015-07-29 14:32:54 -070065 <uses-permission android:name="android.permission.REAL_GET_TASKS" />
Zhihai Xu37510152012-10-08 18:04:32 -070066
fredcc7a57f32012-05-07 14:20:35 -070067 <!-- For PBAP Owner Vcard Info -->
68 <uses-permission android:name="android.permission.READ_PROFILE"/>
Jaikumar Ganesh20b763a2010-03-11 13:06:54 -080069 <application
fredc6654f5c2012-04-12 00:18:52 -070070 android:name=".btservice.AdapterApp"
Sunny Goyal0fcf6202015-03-16 11:07:53 -070071 android:icon="@mipmap/bt_share"
fredc6654f5c2012-04-12 00:18:52 -070072 android:persistent="false"
Alex Klyubin1c66ec52015-04-02 12:56:45 -070073 android:label="@string/app_name"
Sanket Padawebb7f16f2015-07-08 18:50:29 -070074 android:supportsRtl="true"
Alex Klyubin1c66ec52015-04-02 12:56:45 -070075 android:usesCleartextTraffic="false">
Nick Pelly09e9cba2009-07-10 18:45:13 -070076 <uses-library android:name="javax.obex" />
Tao Liejun6769b592009-07-14 15:55:04 -070077 <provider android:name=".opp.BluetoothOppProvider"
Jaikumar Ganesh20b763a2010-03-11 13:06:54 -080078 android:authorities="com.android.bluetooth.opp"
Nick Kralevichea0b4f92012-07-30 12:41:30 -070079 android:exported="true"
Jaikumar Ganesh20b763a2010-03-11 13:06:54 -080080 android:process="@string/process">
Tao Liejun1ac55072009-08-07 15:01:24 +080081 <path-permission
Matthew Xie2819c1d2013-12-06 12:19:36 -080082 android:pathPrefix="/btopp"
Tao Liejun1ac55072009-08-07 15:01:24 +080083 android:permission="android.permission.ACCESS_BLUETOOTH_SHARE" />
84 </provider>
Ajay Panicker66d64302015-10-13 15:31:47 -070085 <provider android:name="android.support.v4.content.FileProvider"
86 android:authorities="com.google.android.bluetooth.fileprovider"
87 android:grantUriPermissions="true"
88 android:exported="false">
89 <meta-data
90 android:name="android.support.FILE_PROVIDER_PATHS"
91 android:resource="@xml/file_paths" />
92 </provider>
Jaikumar Ganesh20b763a2010-03-11 13:06:54 -080093 <service
94 android:process="@string/process"
fredc6654f5c2012-04-12 00:18:52 -070095 android:name = ".btservice.AdapterService">
96 <intent-filter>
97 <action android:name="android.bluetooth.IBluetooth" />
98 </intent-filter>
99 </service>
100 <service
101 android:process="@string/process"
Jaikumar Ganesh20b763a2010-03-11 13:06:54 -0800102 android:name=".opp.BluetoothOppService"
fredca7e8ef32012-05-10 22:07:32 -0700103 android:permission="android.permission.ACCESS_BLUETOOTH_SHARE"
104 android:enabled="@bool/profile_supported_opp"/>
Jaikumar Ganesh20b763a2010-03-11 13:06:54 -0800105 <receiver
106 android:process="@string/process"
Kausik Sinnaswamyd5708932012-04-09 20:02:49 +0530107 android:exported="true"
fredca7e8ef32012-05-10 22:07:32 -0700108 android:name=".opp.BluetoothOppReceiver"
109 android:enabled="@bool/profile_supported_opp">
Nick Pelly09e9cba2009-07-10 18:45:13 -0700110 <intent-filter>
Nick Pellybd540682009-09-11 11:46:59 -0700111 <action android:name="android.bluetooth.adapter.action.STATE_CHANGED" />
jhtop.kimef697b02011-08-02 10:59:35 +0900112 <!--action android:name="android.intent.action.BOOT_COMPLETED" /-->
Jake Hamby1ed96d52011-01-25 19:46:26 -0800113 <action android:name="android.btopp.intent.action.OPEN_RECEIVED_FILES" />
Martijn Coenen8099f5e2012-04-06 13:47:52 -0700114 </intent-filter>
115 </receiver>
116 <receiver
117 android:process="@string/process"
118 android:name=".opp.BluetoothOppHandoverReceiver"
119 android:permission="com.android.permission.WHITELIST_BLUETOOTH_DEVICE">
120 <intent-filter>
121 <action android:name="android.btopp.intent.action.WHITELIST_DEVICE" />
Martijn Coenen584dfb22012-05-16 13:58:02 -0700122 <action android:name="android.btopp.intent.action.STOP_HANDOVER_TRANSFER" />
Nick Pelly09e9cba2009-07-10 18:45:13 -0700123 </intent-filter>
Martijn Coenen03f25a22012-05-18 13:43:30 -0700124 <intent-filter>
Andres Moralescfaffa82014-03-11 08:56:54 -0700125 <action android:name="android.nfc.handover.intent.action.HANDOVER_SEND" />
Martijn Coenen03f25a22012-05-18 13:43:30 -0700126 <category android:name="android.intent.category.DEFAULT" />
127 <data android:mimeType="*/*" />
128 </intent-filter>
129 <intent-filter>
Andres Moralescfaffa82014-03-11 08:56:54 -0700130 <action android:name="android.nfc.handover.intent.action.HANDOVER_SEND_MULTIPLE" />
Martijn Coenen03f25a22012-05-18 13:43:30 -0700131 <category android:name="android.intent.category.DEFAULT" />
132 <data android:mimeType="*/*" />
133 </intent-filter>
Nick Pelly09e9cba2009-07-10 18:45:13 -0700134 </receiver>
Tao Liejun6769b592009-07-14 15:55:04 -0700135 <activity android:name=".opp.BluetoothOppLauncherActivity"
Jaikumar Ganesh6a148f12010-05-14 15:00:28 -0700136 android:process="@string/process"
Alan Viverette830e0532015-12-16 14:29:43 -0500137 android:theme="@*android:style/Theme.Material.DayNight.Dialog"
fredca7e8ef32012-05-10 22:07:32 -0700138 android:label="@string/bt_share_picker_label"
139 android:enabled="@bool/profile_supported_opp">
Nick Pelly09e9cba2009-07-10 18:45:13 -0700140 <intent-filter>
141 <action android:name="android.intent.action.SEND" />
142 <category android:name="android.intent.category.DEFAULT" />
143 <data android:mimeType="image/*" />
144 <data android:mimeType="video/*" />
Jackson Fan239bc522009-07-27 15:58:22 +0800145 <data android:mimeType="audio/*" />
Lixin Yue6ef730f2009-12-17 16:31:22 +0800146 <data android:mimeType="text/x-vcard" />
Tao Liejunfb8562d2009-11-18 11:02:59 -0600147 <data android:mimeType="text/plain" />
148 <data android:mimeType="text/html" />
Matthew Xiec0b728a2013-07-31 00:52:16 -0700149 <data android:mimeType="text/xml" />
Tao Liejunfb8562d2009-11-18 11:02:59 -0600150 <data android:mimeType="application/zip" />
151 <data android:mimeType="application/vnd.ms-excel" />
152 <data android:mimeType="application/msword" />
153 <data android:mimeType="application/vnd.ms-powerpoint" />
154 <data android:mimeType="application/pdf" />
Sungmin Choi5d574612012-11-30 15:59:30 +0900155 <data android:mimeType="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" />
156 <data android:mimeType="application/vnd.openxmlformats-officedocument.wordprocessingml.document" />
157 <data android:mimeType="application/vnd.openxmlformats-officedocument.presentationml.presentation" />
Sungmin Choiab5a7202014-12-18 15:42:20 +0900158 <data android:mimeType="application/x-hwp" />
Nick Pelly09e9cba2009-07-10 18:45:13 -0700159 </intent-filter>
160 <intent-filter>
Tao Liejun1ac55072009-08-07 15:01:24 +0800161 <action android:name="android.intent.action.SEND_MULTIPLE" />
Nick Pelly09e9cba2009-07-10 18:45:13 -0700162 <category android:name="android.intent.category.DEFAULT" />
163 <data android:mimeType="image/*" />
164 <data android:mimeType="video/*" />
165 <data android:mimeType="x-mixmedia/*" />
Lixin Yue6ef730f2009-12-17 16:31:22 +0800166 <data android:mimeType="text/x-vcard" />
Nick Pelly09e9cba2009-07-10 18:45:13 -0700167 </intent-filter>
168 <intent-filter>
169 <action android:name="android.btopp.intent.action.OPEN" />
170 <category android:name="android.intent.category.DEFAULT" />
171 <data android:mimeType="vnd.android.cursor.item/vnd.android.btopp" />
172 </intent-filter>
173 </activity>
Lixin Yuedc3bacd2009-09-21 20:36:16 +0800174 <activity android:name=".opp.BluetoothOppBtEnableActivity"
Jaikumar Ganesh6a148f12010-05-14 15:00:28 -0700175 android:process="@string/process"
Lixin Yuedc3bacd2009-09-21 20:36:16 +0800176 android:excludeFromRecents="true"
Alan Viverette830e0532015-12-16 14:29:43 -0500177 android:theme="@*android:style/Theme.Material.DayNight.Dialog.Alert"
fredca7e8ef32012-05-10 22:07:32 -0700178 android:enabled="@bool/profile_supported_opp">
Nick Pelly09e9cba2009-07-10 18:45:13 -0700179 </activity>
Lixin Yuedc3bacd2009-09-21 20:36:16 +0800180 <activity android:name=".opp.BluetoothOppBtErrorActivity"
Jaikumar Ganesh6a148f12010-05-14 15:00:28 -0700181 android:process="@string/process"
Lixin Yuedc3bacd2009-09-21 20:36:16 +0800182 android:excludeFromRecents="true"
Alan Viverette830e0532015-12-16 14:29:43 -0500183 android:theme="@*android:style/Theme.Material.DayNight.Dialog.Alert">
Nick Pelly09e9cba2009-07-10 18:45:13 -0700184 </activity>
Lixin Yuedc3bacd2009-09-21 20:36:16 +0800185 <activity android:name=".opp.BluetoothOppBtEnablingActivity"
Jaikumar Ganesh6a148f12010-05-14 15:00:28 -0700186 android:process="@string/process"
Lixin Yuedc3bacd2009-09-21 20:36:16 +0800187 android:excludeFromRecents="true"
Alan Viverette830e0532015-12-16 14:29:43 -0500188 android:theme="@*android:style/Theme.Material.DayNight.Dialog.Alert"
fredca7e8ef32012-05-10 22:07:32 -0700189 android:enabled="@bool/profile_supported_opp">
Lixin Yuedc3bacd2009-09-21 20:36:16 +0800190 </activity>
Jaikumar Ganesh53647ab2009-09-11 16:20:52 -0700191 <activity android:name=".opp.BluetoothOppIncomingFileConfirmActivity"
Jaikumar Ganesh6a148f12010-05-14 15:00:28 -0700192 android:process="@string/process"
Jaikumar Ganesh53647ab2009-09-11 16:20:52 -0700193 android:excludeFromRecents="true"
Alan Viverette830e0532015-12-16 14:29:43 -0500194 android:theme="@*android:style/Theme.Material.DayNight.Dialog.Alert"
fredca7e8ef32012-05-10 22:07:32 -0700195 android:enabled="@bool/profile_supported_opp">
Nick Pelly09e9cba2009-07-10 18:45:13 -0700196 </activity>
Lixin Yuedc3bacd2009-09-21 20:36:16 +0800197 <activity android:name=".opp.BluetoothOppTransferActivity"
Jaikumar Ganesh6a148f12010-05-14 15:00:28 -0700198 android:process="@string/process"
Lixin Yuedc3bacd2009-09-21 20:36:16 +0800199 android:excludeFromRecents="true"
Alan Viverette830e0532015-12-16 14:29:43 -0500200 android:theme="@*android:style/Theme.Material.DayNight.Dialog.Alert"
fredca7e8ef32012-05-10 22:07:32 -0700201 android:enabled="@bool/profile_supported_opp">
Nick Pelly09e9cba2009-07-10 18:45:13 -0700202 </activity>
Lixin Yue5cc61792010-02-26 17:35:23 +0800203 <activity android:name=".opp.BluetoothOppTransferHistory"
Jaikumar Ganesh6a148f12010-05-14 15:00:28 -0700204 android:process="@string/process"
Lixin Yue5cc61792010-02-26 17:35:23 +0800205 android:label=""
206 android:excludeFromRecents="true"
fredca7e8ef32012-05-10 22:07:32 -0700207 android:configChanges="orientation|keyboardHidden"
208 android:enabled="@bool/profile_supported_opp">
Lixin Yue5cc61792010-02-26 17:35:23 +0800209 </activity>
Jackson Fan2c282d52009-07-19 12:25:14 +0800210 <activity android:name=".pbap.BluetoothPbapActivity"
Jaikumar Ganesh0bd5f7b2010-03-24 10:36:06 -0700211 android:process="@string/process"
Lixin Yuedc3bacd2009-09-21 20:36:16 +0800212 android:excludeFromRecents="true"
Alan Viverette830e0532015-12-16 14:29:43 -0500213 android:theme="@*android:style/Theme.Material.DayNight.Dialog.Alert"
fredca7e8ef32012-05-10 22:07:32 -0700214 android:enabled="@bool/profile_supported_pbap">
Jackson Fan2c282d52009-07-19 12:25:14 +0800215 <intent-filter>
Lixin Yued8961622009-07-28 10:45:23 +0800216 <category android:name="android.intent.category.DEFAULT" />
Jackson Fan2c282d52009-07-19 12:25:14 +0800217 </intent-filter>
218 </activity>
Jaikumar Ganesh20b763a2010-03-11 13:06:54 -0800219 <service
220 android:process="@string/process"
fredca7e8ef32012-05-10 22:07:32 -0700221 android:name=".pbap.BluetoothPbapService"
222 android:enabled="@bool/profile_supported_pbap" >
Jaikumar Ganeshb8c66032010-10-07 00:39:15 +0200223 <intent-filter>
224 <action android:name="android.bluetooth.IBluetoothPbap" />
225 </intent-filter>
Jackson Fan2c282d52009-07-19 12:25:14 +0800226 </service>
Jaikumar Ganesh20b763a2010-03-11 13:06:54 -0800227 <receiver
228 android:process="@string/process"
Kausik Sinnaswamyd5708932012-04-09 20:02:49 +0530229 android:exported="true"
fredca7e8ef32012-05-10 22:07:32 -0700230 android:name=".pbap.BluetoothPbapReceiver"
231 android:enabled="@bool/profile_supported_pbap">
Jackson Fan2c282d52009-07-19 12:25:14 +0800232 <intent-filter>
Nick Pellybd540682009-09-11 11:46:59 -0700233 <action android:name="android.bluetooth.adapter.action.STATE_CHANGED"/>
Matthew Xie7eab97d2011-06-28 13:53:56 -0700234 <action android:name="android.bluetooth.device.action.CONNECTION_ACCESS_REPLY" />
Hemant Gupta42163872014-05-08 12:45:38 +0530235 <action android:name="android.bluetooth.device.action.ACL_DISCONNECTED" />
Matthew Xie7eab97d2011-06-28 13:53:56 -0700236 <category android:name="android.intent.category.DEFAULT" />
Jackson Fan2c282d52009-07-19 12:25:14 +0800237 </intent-filter>
238 </receiver>
Matthew Xiefd6603b2013-07-18 18:18:36 -0700239 <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" />
kschulz5a60e472015-03-17 11:47:46 +0100245 <action android:name="android.btmap.intent.action.SHOW_MAPS_SETTINGS" />
Casper Bonde326b5e62014-07-24 13:47:23 +0200246 <action android:name="com.android.bluetooth.map.USER_CONFIRM_TIMEOUT"/>
Matthew Xiefd6603b2013-07-18 18:18:36 -0700247 </intent-filter>
248 </service>
kschulz5a60e472015-03-17 11:47:46 +0100249 <activity android:name=".map.BluetoothMapSettings"
Casper Bonde326b5e62014-07-24 13:47:23 +0200250 android:process="@string/process"
kschulz5a60e472015-03-17 11:47:46 +0100251 android:label="@string/bluetooth_map_settings_title"
Casper Bonde326b5e62014-07-24 13:47:23 +0200252 android:excludeFromRecents="true"
253 android:configChanges="orientation|keyboardHidden"
254 android:enabled="@bool/profile_supported_map">
255 </activity>
kschulzdbe4c252015-03-06 13:54:49 +0100256 <provider android:name=".map.MmsFileProvider"
257 android:authorities="com.android.bluetooth.map.MmsFileProvider"
258 android:enabled="true"
259 android:grantUriPermissions="true"
260 android:exported="false">
261 </provider>
Matthew Xie6c91bc02012-02-16 18:47:53 -0800262 <service
263 android:process="@string/process"
Casper Bondecee0d1b2015-03-19 10:01:53 +0100264 android:name=".sap.SapService"
265 android:enabled="@bool/profile_supported_sap" >
266 <intent-filter>
267 <action android:name="android.bluetooth.IBluetoothSap" />
268 </intent-filter>
269 </service>
270 <service
271 android:process="@string/process"
Ganesh Ganapathi Batta03b83862013-02-05 15:38:27 -0800272 android:name = ".gatt.GattService"
273 android:enabled="@bool/profile_supported_gatt">
274 <intent-filter>
275 <action android:name="android.bluetooth.IBluetoothGatt" />
276 </intent-filter>
277 </service>
278 <service
279 android:process="@string/process"
fredca7e8ef32012-05-10 22:07:32 -0700280 android:name = ".hfp.HeadsetService"
281 android:enabled="@bool/profile_supported_hs_hfp">
Matthew Xie6c91bc02012-02-16 18:47:53 -0800282 <intent-filter>
283 <action android:name="android.bluetooth.IBluetoothHeadset" />
284 </intent-filter>
285 </service>
286 <service
287 android:process="@string/process"
fredca7e8ef32012-05-10 22:07:32 -0700288 android:name = ".a2dp.A2dpService"
289 android:enabled="@bool/profile_supported_a2dp">
Matthew Xie6c91bc02012-02-16 18:47:53 -0800290 <intent-filter>
291 <action android:name="android.bluetooth.IBluetoothA2dp" />
292 </intent-filter>
293 </service>
Matthew Xie35207a52012-03-21 23:11:40 -0700294 <service
295 android:process="@string/process"
Mike Lockwoodc030f082014-06-07 14:04:40 -0700296 android:name = ".a2dp.A2dpSinkService"
297 android:enabled="@bool/profile_supported_a2dp_sink">
298 <intent-filter>
299 <action android:name="android.bluetooth.IBluetoothA2dpSink" />
300 </intent-filter>
301 </service>
302 <service
303 android:process="@string/process"
Mike Lockwood066ad9e12014-06-06 13:04:55 -0700304 android:name = ".avrcp.AvrcpControllerService"
305 android:enabled="@bool/profile_supported_avrcp_controller">
306 <intent-filter>
307 <action android:name="android.bluetooth.IBluetoothAvrcpController" />
308 </intent-filter>
309 </service>
310 <service
311 android:process="@string/process"
fredca7e8ef32012-05-10 22:07:32 -0700312 android:name = ".hid.HidService"
313 android:enabled="@bool/profile_supported_hid">
Matthew Xie35207a52012-03-21 23:11:40 -0700314 <intent-filter>
315 <action android:name="android.bluetooth.IBluetoothInputDevice" />
316 </intent-filter>
317 </service>
Matthew Xie676cb1b2012-03-22 17:32:29 -0700318 <service
319 android:process="@string/process"
fredca7e8ef32012-05-10 22:07:32 -0700320 android:name = ".hdp.HealthService"
321 android:enabled="@bool/profile_supported_hdp">
Matthew Xie676cb1b2012-03-22 17:32:29 -0700322 <intent-filter>
323 <action android:name="android.bluetooth.IBluetoothHealth" />
324 </intent-filter>
325 </service>
fredc6654f5c2012-04-12 00:18:52 -0700326 <service
327 android:process="@string/process"
fredca7e8ef32012-05-10 22:07:32 -0700328 android:name = ".pan.PanService"
329 android:enabled="@bool/profile_supported_pan">
fredc6654f5c2012-04-12 00:18:52 -0700330 <intent-filter>
331 <action android:name="android.bluetooth.IBluetoothPan" />
332 </intent-filter>
333 </service>
Hemant Guptaaebc7262013-08-19 18:54:29 +0530334 <service
335 android:process="@string/process"
Mike Lockwood8d536f32014-06-12 12:07:01 -0700336 android:name = ".hfpclient.HeadsetClientService"
Hemant Guptaaebc7262013-08-19 18:54:29 +0530337 android:enabled="@bool/profile_supported_hfpclient">
338 <intent-filter>
Mike Lockwood8d536f32014-06-12 12:07:01 -0700339 <action android:name="android.bluetooth.IBluetoothHeadsetClient" />
Hemant Guptaaebc7262013-08-19 18:54:29 +0530340 </intent-filter>
341 </service>
Nick Pelly09e9cba2009-07-10 18:45:13 -0700342 </application>
343</manifest>