blob: 937984e938ed128c516b56b6c3f96c794267b6b4 [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" />
Andre Eisenbach87950e72016-01-28 13:18:06 -080028 <uses-permission android:name="android.permission.DUMP" />
Nick Pelly09e9cba2009-07-10 18:45:13 -070029 <uses-permission android:name="android.permission.WAKE_LOCK" />
30 <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
Ajay Panicker66d64302015-10-13 15:31:47 -070031 <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
Jackson Fan2c282d52009-07-19 12:25:14 +080032 <uses-permission android:name="android.permission.READ_CONTACTS" />
kschulz5a60e472015-03-17 11:47:46 +010033 <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" />
Joseph Pirozzob874a1d2016-03-09 15:22:11 -080035 <uses-permission android:name="android.permission.WRITE_CALL_LOG" />
Andre Eisenbachdbeb8d72015-06-29 11:11:58 -070036 <uses-permission android:name="android.permission.READ_PRIVILEGED_PHONE_STATE" />
Jackson Fan2c282d52009-07-19 12:25:14 +080037 <uses-permission android:name="android.permission.WRITE_SETTINGS" />
Andres Moralescfaffa82014-03-11 08:56:54 -070038 <uses-permission android:name="android.permission.NFC_HANDOVER_STATUS" />
Matthew Xie6c91bc02012-02-16 18:47:53 -080039 <uses-permission android:name="android.permission.WRITE_SECURE_SETTINGS" />
Prem Kumar87896dd2014-04-14 10:16:15 -070040 <uses-permission android:name="android.permission.WRITE_APN_SETTINGS" />
Jaikumar Ganesha11b96d2012-02-27 10:30:33 -080041 <uses-permission android:name="android.permission.NET_ADMIN" />
Matthew Xie6c91bc02012-02-16 18:47:53 -080042 <uses-permission android:name="android.permission.CALL_PRIVILEGED" />
43 <uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" />
fredc6654f5c2012-04-12 00:18:52 -070044 <uses-permission android:name="android.permission.NET_TUNNELING" />
45 <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
46 <uses-permission android:name="android.permission.CHANGE_NETWORK_STATE" />
Matthew Xie09a49912012-07-12 15:55:22 -070047 <uses-permission android:name="android.permission.CONNECTIVITY_INTERNAL" />
Jeremy Kleineafcccd2015-12-28 15:14:31 -080048 <uses-permission android:name="android.permission.TETHER_PRIVILEGED" />
Matthew Xie0e463622012-09-26 00:12:26 -070049 <uses-permission android:name="android.permission.MODIFY_PHONE_STATE" />
Matthew Xie344036b2012-10-01 21:49:48 -070050 <uses-permission android:name="android.permission.INTERACT_ACROSS_USERS_FULL" />
51 <uses-permission android:name="android.permission.BLUETOOTH_STACK" />
Zhihai Xu37510152012-10-08 18:04:32 -070052 <uses-permission android:name="android.permission.INTERACT_ACROSS_USERS"/>
53 <uses-permission android:name="android.permission.MANAGE_USERS"/>
Joseph Pirozzo79b693f2016-04-01 16:51:31 -070054 <uses-permission android:name="android.permission.GET_ACCOUNTS"/>
Martijn Coenen19d8d542012-10-30 15:15:05 -070055 <uses-permission android:name="com.google.android.gallery3d.permission.GALLERY_PROVIDER"/>
56 <uses-permission android:name="com.android.gallery3d.permission.GALLERY_PROVIDER"/>
Matthew Xiefd6603b2013-07-18 18:18:36 -070057 <uses-permission android:name="android.permission.RECEIVE_SMS" />
Matthew Xiefd6603b2013-07-18 18:18:36 -070058 <uses-permission android:name="android.permission.SEND_SMS" />
59 <uses-permission android:name="android.permission.READ_SMS" />
60 <uses-permission android:name="android.permission.WRITE_SMS" />
61 <uses-permission android:name="android.permission.READ_CONTACTS" />
Jean-Michel Trivi5509d362013-09-17 20:21:22 -070062 <uses-permission android:name="android.permission.MEDIA_CONTENT_CONTROL" />
Fyodor Kupolovd2fc8cb2015-06-19 15:36:44 -070063 <uses-permission android:name="android.permission.UPDATE_APP_OPS_STATS" />
Andre Eisenbach10d5c212015-04-06 16:50:58 -070064 <uses-permission android:name="android.permission.VIBRATE" />
Dianne Hackborndc684352015-06-19 16:23:28 -070065 <uses-permission android:name="android.permission.DEVICE_POWER" />
Fyodor Kupolov1b1433a2015-07-29 14:32:54 -070066 <uses-permission android:name="android.permission.REAL_GET_TASKS" />
Sanket Agarwalde00ed82015-12-22 13:45:00 -080067 <uses-permission android:name="android.permission.MODIFY_AUDIO_ROUTING" />
Adam Lesinski44f6d972016-01-15 18:20:19 -080068 <uses-permission android:name="android.permission.UPDATE_DEVICE_STATS" />
Ashwini Munigala819847b2016-04-28 18:45:33 +053069 <uses-permission android:name="com.android.email.permission.ACCESS_PROVIDER"/>
70 <uses-permission android:name="com.android.email.permission.READ_ATTACHMENT"/>
Zhihai Xu37510152012-10-08 18:04:32 -070071
fredcc7a57f32012-05-07 14:20:35 -070072 <!-- For PBAP Owner Vcard Info -->
73 <uses-permission android:name="android.permission.READ_PROFILE"/>
Jaikumar Ganesh20b763a2010-03-11 13:06:54 -080074 <application
fredc6654f5c2012-04-12 00:18:52 -070075 android:name=".btservice.AdapterApp"
Sunny Goyal0fcf6202015-03-16 11:07:53 -070076 android:icon="@mipmap/bt_share"
fredc6654f5c2012-04-12 00:18:52 -070077 android:persistent="false"
Alex Klyubin1c66ec52015-04-02 12:56:45 -070078 android:label="@string/app_name"
Sanket Padawebb7f16f2015-07-08 18:50:29 -070079 android:supportsRtl="true"
Ajay Panickercf48e132016-04-11 16:45:52 -070080 android:usesCleartextTraffic="false"
81 android:directBootAware="true"
82 android:defaultToDeviceProtectedStorage="true">
Nick Pelly09e9cba2009-07-10 18:45:13 -070083 <uses-library android:name="javax.obex" />
Tao Liejun6769b592009-07-14 15:55:04 -070084 <provider android:name=".opp.BluetoothOppProvider"
Jaikumar Ganesh20b763a2010-03-11 13:06:54 -080085 android:authorities="com.android.bluetooth.opp"
Nick Kralevichea0b4f92012-07-30 12:41:30 -070086 android:exported="true"
Jaikumar Ganesh20b763a2010-03-11 13:06:54 -080087 android:process="@string/process">
Tao Liejun1ac55072009-08-07 15:01:24 +080088 <path-permission
Matthew Xie2819c1d2013-12-06 12:19:36 -080089 android:pathPrefix="/btopp"
Tao Liejun1ac55072009-08-07 15:01:24 +080090 android:permission="android.permission.ACCESS_BLUETOOTH_SHARE" />
91 </provider>
Ajay Panicker66d64302015-10-13 15:31:47 -070092 <provider android:name="android.support.v4.content.FileProvider"
93 android:authorities="com.google.android.bluetooth.fileprovider"
94 android:grantUriPermissions="true"
95 android:exported="false">
96 <meta-data
97 android:name="android.support.FILE_PROVIDER_PATHS"
98 android:resource="@xml/file_paths" />
99 </provider>
Jaikumar Ganesh20b763a2010-03-11 13:06:54 -0800100 <service
101 android:process="@string/process"
fredc6654f5c2012-04-12 00:18:52 -0700102 android:name = ".btservice.AdapterService">
103 <intent-filter>
104 <action android:name="android.bluetooth.IBluetooth" />
105 </intent-filter>
106 </service>
107 <service
108 android:process="@string/process"
Jaikumar Ganesh20b763a2010-03-11 13:06:54 -0800109 android:name=".opp.BluetoothOppService"
fredca7e8ef32012-05-10 22:07:32 -0700110 android:permission="android.permission.ACCESS_BLUETOOTH_SHARE"
111 android:enabled="@bool/profile_supported_opp"/>
Jaikumar Ganesh20b763a2010-03-11 13:06:54 -0800112 <receiver
113 android:process="@string/process"
Kausik Sinnaswamyd5708932012-04-09 20:02:49 +0530114 android:exported="true"
fredca7e8ef32012-05-10 22:07:32 -0700115 android:name=".opp.BluetoothOppReceiver"
116 android:enabled="@bool/profile_supported_opp">
Nick Pelly09e9cba2009-07-10 18:45:13 -0700117 <intent-filter>
Nick Pellybd540682009-09-11 11:46:59 -0700118 <action android:name="android.bluetooth.adapter.action.STATE_CHANGED" />
jhtop.kimef697b02011-08-02 10:59:35 +0900119 <!--action android:name="android.intent.action.BOOT_COMPLETED" /-->
Jake Hamby1ed96d52011-01-25 19:46:26 -0800120 <action android:name="android.btopp.intent.action.OPEN_RECEIVED_FILES" />
Martijn Coenen8099f5e2012-04-06 13:47:52 -0700121 </intent-filter>
122 </receiver>
123 <receiver
124 android:process="@string/process"
125 android:name=".opp.BluetoothOppHandoverReceiver"
126 android:permission="com.android.permission.WHITELIST_BLUETOOTH_DEVICE">
127 <intent-filter>
128 <action android:name="android.btopp.intent.action.WHITELIST_DEVICE" />
Martijn Coenen584dfb22012-05-16 13:58:02 -0700129 <action android:name="android.btopp.intent.action.STOP_HANDOVER_TRANSFER" />
Nick Pelly09e9cba2009-07-10 18:45:13 -0700130 </intent-filter>
Martijn Coenen03f25a22012-05-18 13:43:30 -0700131 <intent-filter>
Andres Moralescfaffa82014-03-11 08:56:54 -0700132 <action android:name="android.nfc.handover.intent.action.HANDOVER_SEND" />
Martijn Coenen03f25a22012-05-18 13:43:30 -0700133 <category android:name="android.intent.category.DEFAULT" />
134 <data android:mimeType="*/*" />
135 </intent-filter>
136 <intent-filter>
Andres Moralescfaffa82014-03-11 08:56:54 -0700137 <action android:name="android.nfc.handover.intent.action.HANDOVER_SEND_MULTIPLE" />
Martijn Coenen03f25a22012-05-18 13:43:30 -0700138 <category android:name="android.intent.category.DEFAULT" />
139 <data android:mimeType="*/*" />
140 </intent-filter>
Nick Pelly09e9cba2009-07-10 18:45:13 -0700141 </receiver>
Tao Liejun6769b592009-07-14 15:55:04 -0700142 <activity android:name=".opp.BluetoothOppLauncherActivity"
Jaikumar Ganesh6a148f12010-05-14 15:00:28 -0700143 android:process="@string/process"
Alan Viverettecb934fa2016-03-31 16:18:44 -0400144 android:theme="@android:style/Theme.Material.Light.Dialog"
fredca7e8ef32012-05-10 22:07:32 -0700145 android:label="@string/bt_share_picker_label"
146 android:enabled="@bool/profile_supported_opp">
Nick Pelly09e9cba2009-07-10 18:45:13 -0700147 <intent-filter>
148 <action android:name="android.intent.action.SEND" />
149 <category android:name="android.intent.category.DEFAULT" />
150 <data android:mimeType="image/*" />
151 <data android:mimeType="video/*" />
Jackson Fan239bc522009-07-27 15:58:22 +0800152 <data android:mimeType="audio/*" />
Lixin Yue6ef730f2009-12-17 16:31:22 +0800153 <data android:mimeType="text/x-vcard" />
Tao Liejunfb8562d2009-11-18 11:02:59 -0600154 <data android:mimeType="text/plain" />
155 <data android:mimeType="text/html" />
Matthew Xiec0b728a2013-07-31 00:52:16 -0700156 <data android:mimeType="text/xml" />
Tao Liejunfb8562d2009-11-18 11:02:59 -0600157 <data android:mimeType="application/zip" />
158 <data android:mimeType="application/vnd.ms-excel" />
159 <data android:mimeType="application/msword" />
160 <data android:mimeType="application/vnd.ms-powerpoint" />
161 <data android:mimeType="application/pdf" />
Sungmin Choi5d574612012-11-30 15:59:30 +0900162 <data android:mimeType="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" />
163 <data android:mimeType="application/vnd.openxmlformats-officedocument.wordprocessingml.document" />
164 <data android:mimeType="application/vnd.openxmlformats-officedocument.presentationml.presentation" />
Sungmin Choiab5a7202014-12-18 15:42:20 +0900165 <data android:mimeType="application/x-hwp" />
Nick Pelly09e9cba2009-07-10 18:45:13 -0700166 </intent-filter>
167 <intent-filter>
Tao Liejun1ac55072009-08-07 15:01:24 +0800168 <action android:name="android.intent.action.SEND_MULTIPLE" />
Nick Pelly09e9cba2009-07-10 18:45:13 -0700169 <category android:name="android.intent.category.DEFAULT" />
170 <data android:mimeType="image/*" />
171 <data android:mimeType="video/*" />
172 <data android:mimeType="x-mixmedia/*" />
Lixin Yue6ef730f2009-12-17 16:31:22 +0800173 <data android:mimeType="text/x-vcard" />
Nick Pelly09e9cba2009-07-10 18:45:13 -0700174 </intent-filter>
175 <intent-filter>
176 <action android:name="android.btopp.intent.action.OPEN" />
177 <category android:name="android.intent.category.DEFAULT" />
178 <data android:mimeType="vnd.android.cursor.item/vnd.android.btopp" />
179 </intent-filter>
180 </activity>
Lixin Yuedc3bacd2009-09-21 20:36:16 +0800181 <activity android:name=".opp.BluetoothOppBtEnableActivity"
Jaikumar Ganesh6a148f12010-05-14 15:00:28 -0700182 android:process="@string/process"
Lixin Yuedc3bacd2009-09-21 20:36:16 +0800183 android:excludeFromRecents="true"
Alan Viverettecb934fa2016-03-31 16:18:44 -0400184 android:theme="@android:style/Theme.Material.Light.Dialog.Alert"
fredca7e8ef32012-05-10 22:07:32 -0700185 android:enabled="@bool/profile_supported_opp">
Nick Pelly09e9cba2009-07-10 18:45:13 -0700186 </activity>
Lixin Yuedc3bacd2009-09-21 20:36:16 +0800187 <activity android:name=".opp.BluetoothOppBtErrorActivity"
Jaikumar Ganesh6a148f12010-05-14 15:00:28 -0700188 android:process="@string/process"
Lixin Yuedc3bacd2009-09-21 20:36:16 +0800189 android:excludeFromRecents="true"
Alan Viverettecb934fa2016-03-31 16:18:44 -0400190 android:theme="@android:style/Theme.Material.Light.Dialog.Alert">
Nick Pelly09e9cba2009-07-10 18:45:13 -0700191 </activity>
Lixin Yuedc3bacd2009-09-21 20:36:16 +0800192 <activity android:name=".opp.BluetoothOppBtEnablingActivity"
Jaikumar Ganesh6a148f12010-05-14 15:00:28 -0700193 android:process="@string/process"
Lixin Yuedc3bacd2009-09-21 20:36:16 +0800194 android:excludeFromRecents="true"
Alan Viverettecb934fa2016-03-31 16:18:44 -0400195 android:theme="@android:style/Theme.Material.Light.Dialog.Alert"
fredca7e8ef32012-05-10 22:07:32 -0700196 android:enabled="@bool/profile_supported_opp">
Lixin Yuedc3bacd2009-09-21 20:36:16 +0800197 </activity>
Jaikumar Ganesh53647ab2009-09-11 16:20:52 -0700198 <activity android:name=".opp.BluetoothOppIncomingFileConfirmActivity"
Jaikumar Ganesh6a148f12010-05-14 15:00:28 -0700199 android:process="@string/process"
Jaikumar Ganesh53647ab2009-09-11 16:20:52 -0700200 android:excludeFromRecents="true"
Alan Viverettecb934fa2016-03-31 16:18:44 -0400201 android:theme="@android:style/Theme.Material.Light.Dialog.Alert"
fredca7e8ef32012-05-10 22:07:32 -0700202 android:enabled="@bool/profile_supported_opp">
Nick Pelly09e9cba2009-07-10 18:45:13 -0700203 </activity>
Lixin Yuedc3bacd2009-09-21 20:36:16 +0800204 <activity android:name=".opp.BluetoothOppTransferActivity"
Jaikumar Ganesh6a148f12010-05-14 15:00:28 -0700205 android:process="@string/process"
Lixin Yuedc3bacd2009-09-21 20:36:16 +0800206 android:excludeFromRecents="true"
Alan Viverettecb934fa2016-03-31 16:18:44 -0400207 android:theme="@android:style/Theme.Material.Light.Dialog.Alert"
fredca7e8ef32012-05-10 22:07:32 -0700208 android:enabled="@bool/profile_supported_opp">
Nick Pelly09e9cba2009-07-10 18:45:13 -0700209 </activity>
Lixin Yue5cc61792010-02-26 17:35:23 +0800210 <activity android:name=".opp.BluetoothOppTransferHistory"
Jaikumar Ganesh6a148f12010-05-14 15:00:28 -0700211 android:process="@string/process"
Lixin Yue5cc61792010-02-26 17:35:23 +0800212 android:label=""
213 android:excludeFromRecents="true"
fredca7e8ef32012-05-10 22:07:32 -0700214 android:configChanges="orientation|keyboardHidden"
215 android:enabled="@bool/profile_supported_opp">
Lixin Yue5cc61792010-02-26 17:35:23 +0800216 </activity>
Jackson Fan2c282d52009-07-19 12:25:14 +0800217 <activity android:name=".pbap.BluetoothPbapActivity"
Jaikumar Ganesh0bd5f7b2010-03-24 10:36:06 -0700218 android:process="@string/process"
Lixin Yuedc3bacd2009-09-21 20:36:16 +0800219 android:excludeFromRecents="true"
Alan Viverettecb934fa2016-03-31 16:18:44 -0400220 android:theme="@android:style/Theme.Material.Light.Dialog.Alert"
fredca7e8ef32012-05-10 22:07:32 -0700221 android:enabled="@bool/profile_supported_pbap">
Jackson Fan2c282d52009-07-19 12:25:14 +0800222 <intent-filter>
Lixin Yued8961622009-07-28 10:45:23 +0800223 <category android:name="android.intent.category.DEFAULT" />
Jackson Fan2c282d52009-07-19 12:25:14 +0800224 </intent-filter>
225 </activity>
Jaikumar Ganesh20b763a2010-03-11 13:06:54 -0800226 <service
227 android:process="@string/process"
fredca7e8ef32012-05-10 22:07:32 -0700228 android:name=".pbap.BluetoothPbapService"
229 android:enabled="@bool/profile_supported_pbap" >
Jaikumar Ganeshb8c66032010-10-07 00:39:15 +0200230 <intent-filter>
231 <action android:name="android.bluetooth.IBluetoothPbap" />
232 </intent-filter>
Jackson Fan2c282d52009-07-19 12:25:14 +0800233 </service>
Jaikumar Ganesh20b763a2010-03-11 13:06:54 -0800234 <receiver
235 android:process="@string/process"
Kausik Sinnaswamyd5708932012-04-09 20:02:49 +0530236 android:exported="true"
fredca7e8ef32012-05-10 22:07:32 -0700237 android:name=".pbap.BluetoothPbapReceiver"
238 android:enabled="@bool/profile_supported_pbap">
Jackson Fan2c282d52009-07-19 12:25:14 +0800239 <intent-filter>
Nick Pellybd540682009-09-11 11:46:59 -0700240 <action android:name="android.bluetooth.adapter.action.STATE_CHANGED"/>
Matthew Xie7eab97d2011-06-28 13:53:56 -0700241 <action android:name="android.bluetooth.device.action.CONNECTION_ACCESS_REPLY" />
Hemant Gupta42163872014-05-08 12:45:38 +0530242 <action android:name="android.bluetooth.device.action.ACL_DISCONNECTED" />
Matthew Xie7eab97d2011-06-28 13:53:56 -0700243 <category android:name="android.intent.category.DEFAULT" />
Jackson Fan2c282d52009-07-19 12:25:14 +0800244 </intent-filter>
245 </receiver>
Matthew Xiefd6603b2013-07-18 18:18:36 -0700246 <service
247 android:process="@string/process"
248 android:name=".map.BluetoothMapService"
249 android:enabled="@bool/profile_supported_map" >
250 <intent-filter>
251 <action android:name="android.bluetooth.IBluetoothMap" />
kschulz5a60e472015-03-17 11:47:46 +0100252 <action android:name="android.btmap.intent.action.SHOW_MAPS_SETTINGS" />
Casper Bonde326b5e62014-07-24 13:47:23 +0200253 <action android:name="com.android.bluetooth.map.USER_CONFIRM_TIMEOUT"/>
Matthew Xiefd6603b2013-07-18 18:18:36 -0700254 </intent-filter>
255 </service>
kschulz5a60e472015-03-17 11:47:46 +0100256 <activity android:name=".map.BluetoothMapSettings"
Casper Bonde326b5e62014-07-24 13:47:23 +0200257 android:process="@string/process"
kschulz5a60e472015-03-17 11:47:46 +0100258 android:label="@string/bluetooth_map_settings_title"
Casper Bonde326b5e62014-07-24 13:47:23 +0200259 android:excludeFromRecents="true"
260 android:configChanges="orientation|keyboardHidden"
261 android:enabled="@bool/profile_supported_map">
262 </activity>
kschulzdbe4c252015-03-06 13:54:49 +0100263 <provider android:name=".map.MmsFileProvider"
264 android:authorities="com.android.bluetooth.map.MmsFileProvider"
265 android:enabled="true"
266 android:grantUriPermissions="true"
267 android:exported="false">
268 </provider>
Matthew Xie6c91bc02012-02-16 18:47:53 -0800269 <service
270 android:process="@string/process"
Casper Bondecee0d1b2015-03-19 10:01:53 +0100271 android:name=".sap.SapService"
272 android:enabled="@bool/profile_supported_sap" >
273 <intent-filter>
274 <action android:name="android.bluetooth.IBluetoothSap" />
275 </intent-filter>
276 </service>
277 <service
278 android:process="@string/process"
Ganesh Ganapathi Batta03b83862013-02-05 15:38:27 -0800279 android:name = ".gatt.GattService"
280 android:enabled="@bool/profile_supported_gatt">
281 <intent-filter>
282 <action android:name="android.bluetooth.IBluetoothGatt" />
283 </intent-filter>
284 </service>
285 <service
286 android:process="@string/process"
fredca7e8ef32012-05-10 22:07:32 -0700287 android:name = ".hfp.HeadsetService"
288 android:enabled="@bool/profile_supported_hs_hfp">
Matthew Xie6c91bc02012-02-16 18:47:53 -0800289 <intent-filter>
290 <action android:name="android.bluetooth.IBluetoothHeadset" />
291 </intent-filter>
292 </service>
293 <service
294 android:process="@string/process"
fredca7e8ef32012-05-10 22:07:32 -0700295 android:name = ".a2dp.A2dpService"
296 android:enabled="@bool/profile_supported_a2dp">
Matthew Xie6c91bc02012-02-16 18:47:53 -0800297 <intent-filter>
298 <action android:name="android.bluetooth.IBluetoothA2dp" />
299 </intent-filter>
300 </service>
Matthew Xie35207a52012-03-21 23:11:40 -0700301 <service
302 android:process="@string/process"
Sanket Agarwal92870382016-03-30 17:53:54 -0700303 android:name = ".a2dpsink.A2dpSinkService"
Mike Lockwoodc030f082014-06-07 14:04:40 -0700304 android:enabled="@bool/profile_supported_a2dp_sink">
305 <intent-filter>
306 <action android:name="android.bluetooth.IBluetoothA2dpSink" />
307 </intent-filter>
308 </service>
309 <service
310 android:process="@string/process"
Sanket Agarwal92870382016-03-30 17:53:54 -0700311 android:name=".a2dpsink.mbs.A2dpMediaBrowserService"
312 android:exported="true"
313 android:enabled="@bool/profile_supported_a2dp_sink">
314 <intent-filter>
315 <action android:name="android.media.browse.MediaBrowserService" />
316 </intent-filter>
317 </service>
318 <service
319 android:process="@string/process"
Mike Lockwood066ad9e12014-06-06 13:04:55 -0700320 android:name = ".avrcp.AvrcpControllerService"
321 android:enabled="@bool/profile_supported_avrcp_controller">
322 <intent-filter>
323 <action android:name="android.bluetooth.IBluetoothAvrcpController" />
324 </intent-filter>
325 </service>
326 <service
327 android:process="@string/process"
fredca7e8ef32012-05-10 22:07:32 -0700328 android:name = ".hid.HidService"
329 android:enabled="@bool/profile_supported_hid">
Matthew Xie35207a52012-03-21 23:11:40 -0700330 <intent-filter>
331 <action android:name="android.bluetooth.IBluetoothInputDevice" />
332 </intent-filter>
333 </service>
Matthew Xie676cb1b2012-03-22 17:32:29 -0700334 <service
335 android:process="@string/process"
fredca7e8ef32012-05-10 22:07:32 -0700336 android:name = ".hdp.HealthService"
337 android:enabled="@bool/profile_supported_hdp">
Matthew Xie676cb1b2012-03-22 17:32:29 -0700338 <intent-filter>
339 <action android:name="android.bluetooth.IBluetoothHealth" />
340 </intent-filter>
341 </service>
fredc6654f5c2012-04-12 00:18:52 -0700342 <service
343 android:process="@string/process"
fredca7e8ef32012-05-10 22:07:32 -0700344 android:name = ".pan.PanService"
345 android:enabled="@bool/profile_supported_pan">
fredc6654f5c2012-04-12 00:18:52 -0700346 <intent-filter>
347 <action android:name="android.bluetooth.IBluetoothPan" />
348 </intent-filter>
349 </service>
Sanket Agarwala9ad98e2016-03-09 15:29:38 -0800350 <service
Hemant Guptaaebc7262013-08-19 18:54:29 +0530351 android:process="@string/process"
Mike Lockwood8d536f32014-06-12 12:07:01 -0700352 android:name = ".hfpclient.HeadsetClientService"
Hemant Guptaaebc7262013-08-19 18:54:29 +0530353 android:enabled="@bool/profile_supported_hfpclient">
354 <intent-filter>
Mike Lockwood8d536f32014-06-12 12:07:01 -0700355 <action android:name="android.bluetooth.IBluetoothHeadsetClient" />
Hemant Guptaaebc7262013-08-19 18:54:29 +0530356 </intent-filter>
357 </service>
Sanket Agarwal92870382016-03-30 17:53:54 -0700358 <service
359 android:process="@string/process"
360 android:name=".hfpclient.connserv.HfpClientConnectionService"
361 android:permission="android.permission.BIND_CONNECTION_SERVICE"
Bryce Lee70c76042016-05-09 13:52:14 -0700362 android:enabled="@bool/hfp_client_connection_service_enabled">
Sanket Agarwala9ad98e2016-03-09 15:29:38 -0800363 <intent-filter>
364 <!-- Mechanism for Telecom stack to connect -->
365 <action android:name="android.telecom.ConnectionService" />
366 </intent-filter>
367 </service>
Joseph Pirozzob874a1d2016-03-09 15:22:11 -0800368 <service
369 android:process="@string/process"
370 android:name = ".pbapclient.PbapClientService"
371 android:enabled="@bool/profile_supported_pbapclient">
372 <intent-filter>
373 <action android:name="android.bluetooth.IBluetoothPbapClient" />
374 </intent-filter>
375 </service>
376 <!-- Authenticator for PBAP account. -->
Joseph Pirozzo42543832016-03-17 15:06:46 -0700377 <service
Sanket Agarwal92870382016-03-30 17:53:54 -0700378 android:process="@string/process"
Joseph Pirozzo42543832016-03-17 15:06:46 -0700379 android:name=".AuthenticationService"
380 android:exported="true"
381 android:enabled="@bool/profile_supported_pbapclient">
Joseph Pirozzob874a1d2016-03-09 15:22:11 -0800382 <intent-filter>
383 <action android:name="android.accounts.AccountAuthenticator" />
384 </intent-filter>
385 <meta-data
386 android:name="android.accounts.AccountAuthenticator"
387 android:resource="@xml/authenticator" />
388 </service>
Nick Pelly09e9cba2009-07-10 18:45:13 -0700389 </application>
390</manifest>