Nick Pelly | 09e9cba | 2009-07-10 18:45:13 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <manifest xmlns:android="http://schemas.android.com/apk/res/android" |
Jaikumar Ganesh | 20b763a | 2010-03-11 13:06:54 -0800 | [diff] [blame] | 3 | package="com.android.bluetooth" |
Jaikumar Ganesh | ff4f17b | 2011-12-19 15:54:50 -0800 | [diff] [blame] | 4 | android:sharedUserId="android.uid.bluetooth"> |
Jeff Hamilton | 5127e8e | 2010-02-11 16:25:47 -0600 | [diff] [blame] | 5 | |
| 6 | <original-package android:name="com.android.bluetooth" /> |
| 7 | |
Nick Pelly | 09e9cba | 2009-07-10 18:45:13 -0700 | [diff] [blame] | 8 | <!-- 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 Coenen | 8099f5e | 2012-04-06 13:47:52 -0700 | [diff] [blame] | 13 | |
| 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 Pelly | 09e9cba | 2009-07-10 18:45:13 -0700 | [diff] [blame] | 26 | <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 Fan | 2c282d5 | 2009-07-19 12:25:14 +0800 | [diff] [blame] | 33 | <uses-permission android:name="android.permission.READ_CONTACTS" /> |
Daniel Lehmann | 4425b78 | 2012-03-09 20:43:54 -0800 | [diff] [blame] | 34 | <uses-permission android:name="android.permission.READ_CALL_LOG" /> |
Jackson Fan | 2c282d5 | 2009-07-19 12:25:14 +0800 | [diff] [blame] | 35 | <uses-permission android:name="android.permission.READ_PHONE_STATE" /> |
| 36 | <uses-permission android:name="android.permission.WRITE_SETTINGS" /> |
Martijn Coenen | 8099f5e | 2012-04-06 13:47:52 -0700 | [diff] [blame] | 37 | <uses-permission android:name="com.android.permission.HANDOVER_STATUS" /> |
Matthew Xie | 6c91bc0 | 2012-02-16 18:47:53 -0800 | [diff] [blame] | 38 | <uses-permission android:name="android.permission.WRITE_SECURE_SETTINGS" /> |
Jaikumar Ganesh | a11b96d | 2012-02-27 10:30:33 -0800 | [diff] [blame] | 39 | <uses-permission android:name="android.permission.NET_ADMIN" /> |
Matthew Xie | 6c91bc0 | 2012-02-16 18:47:53 -0800 | [diff] [blame] | 40 | <uses-permission android:name="android.permission.CALL_PRIVILEGED" /> |
| 41 | <uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" /> |
fredc | 6654f5c | 2012-04-12 00:18:52 -0700 | [diff] [blame] | 42 | <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 Xie | 09a4991 | 2012-07-12 15:55:22 -0700 | [diff] [blame] | 45 | <uses-permission android:name="android.permission.CONNECTIVITY_INTERNAL" /> |
Matthew Xie | 0e46362 | 2012-09-26 00:12:26 -0700 | [diff] [blame] | 46 | <uses-permission android:name="android.permission.MODIFY_PHONE_STATE" /> |
Matthew Xie | 344036b | 2012-10-01 21:49:48 -0700 | [diff] [blame] | 47 | <uses-permission android:name="android.permission.INTERACT_ACROSS_USERS_FULL" /> |
| 48 | <uses-permission android:name="android.permission.BLUETOOTH_STACK" /> |
Zhihai Xu | 3751015 | 2012-10-08 18:04:32 -0700 | [diff] [blame] | 49 | <uses-permission android:name="android.permission.INTERACT_ACROSS_USERS"/> |
| 50 | <uses-permission android:name="android.permission.MANAGE_USERS"/> |
Martijn Coenen | 19d8d54 | 2012-10-30 15:15:05 -0700 | [diff] [blame] | 51 | <uses-permission android:name="com.google.android.gallery3d.permission.GALLERY_PROVIDER"/> |
| 52 | <uses-permission android:name="com.android.gallery3d.permission.GALLERY_PROVIDER"/> |
Matthew Xie | fd6603b | 2013-07-18 18:18:36 -0700 | [diff] [blame] | 53 | <uses-permission android:name="android.permission.MMS_SEND_OUTBOX_MSG"/> |
| 54 | <uses-permission android:name="android.permission.RECEIVE_SMS" /> |
Matthew Xie | fd6603b | 2013-07-18 18:18:36 -0700 | [diff] [blame] | 55 | <uses-permission android:name="android.permission.SEND_SMS" /> |
| 56 | <uses-permission android:name="android.permission.READ_SMS" /> |
| 57 | <uses-permission android:name="android.permission.WRITE_SMS" /> |
| 58 | <uses-permission android:name="android.permission.READ_CONTACTS" /> |
Kim Schulz | 70be005 | 2013-08-22 10:57:59 +0200 | [diff] [blame] | 59 | <uses-permission android:name="android.permission.READ_PHONE_STATE" /> |
Jean-Michel Trivi | 5509d36 | 2013-09-17 20:21:22 -0700 | [diff] [blame] | 60 | <uses-permission android:name="android.permission.MEDIA_CONTENT_CONTROL" /> |
Zhihai Xu | 3751015 | 2012-10-08 18:04:32 -0700 | [diff] [blame] | 61 | |
fredc | c7a57f3 | 2012-05-07 14:20:35 -0700 | [diff] [blame] | 62 | <!-- For PBAP Owner Vcard Info --> |
| 63 | <uses-permission android:name="android.permission.READ_PROFILE"/> |
Jaikumar Ganesh | 20b763a | 2010-03-11 13:06:54 -0800 | [diff] [blame] | 64 | <application |
fredc | 6654f5c | 2012-04-12 00:18:52 -0700 | [diff] [blame] | 65 | android:name=".btservice.AdapterApp" |
Jaikumar Ganesh | 20b763a | 2010-03-11 13:06:54 -0800 | [diff] [blame] | 66 | android:icon="@drawable/bt_share" |
fredc | 6654f5c | 2012-04-12 00:18:52 -0700 | [diff] [blame] | 67 | android:persistent="false" |
Nick Pelly | 09e9cba | 2009-07-10 18:45:13 -0700 | [diff] [blame] | 68 | android:label="@string/app_name"> |
| 69 | <uses-library android:name="javax.obex" /> |
Tao Liejun | 6769b59 | 2009-07-14 15:55:04 -0700 | [diff] [blame] | 70 | <provider android:name=".opp.BluetoothOppProvider" |
Jaikumar Ganesh | 20b763a | 2010-03-11 13:06:54 -0800 | [diff] [blame] | 71 | android:authorities="com.android.bluetooth.opp" |
Nick Kralevich | ea0b4f9 | 2012-07-30 12:41:30 -0700 | [diff] [blame] | 72 | android:exported="true" |
Jaikumar Ganesh | 20b763a | 2010-03-11 13:06:54 -0800 | [diff] [blame] | 73 | android:process="@string/process"> |
Tao Liejun | 1ac5507 | 2009-08-07 15:01:24 +0800 | [diff] [blame] | 74 | <path-permission |
| 75 | android:path="/btopp" |
| 76 | android:permission="android.permission.ACCESS_BLUETOOTH_SHARE" /> |
| 77 | </provider> |
Jaikumar Ganesh | 20b763a | 2010-03-11 13:06:54 -0800 | [diff] [blame] | 78 | <service |
| 79 | android:process="@string/process" |
fredc | 6654f5c | 2012-04-12 00:18:52 -0700 | [diff] [blame] | 80 | android:name = ".btservice.AdapterService"> |
| 81 | <intent-filter> |
| 82 | <action android:name="android.bluetooth.IBluetooth" /> |
| 83 | </intent-filter> |
| 84 | </service> |
| 85 | <service |
| 86 | android:process="@string/process" |
Jaikumar Ganesh | 20b763a | 2010-03-11 13:06:54 -0800 | [diff] [blame] | 87 | android:name=".opp.BluetoothOppService" |
fredc | a7e8ef3 | 2012-05-10 22:07:32 -0700 | [diff] [blame] | 88 | android:permission="android.permission.ACCESS_BLUETOOTH_SHARE" |
| 89 | android:enabled="@bool/profile_supported_opp"/> |
Jaikumar Ganesh | 20b763a | 2010-03-11 13:06:54 -0800 | [diff] [blame] | 90 | <receiver |
| 91 | android:process="@string/process" |
Kausik Sinnaswamy | d570893 | 2012-04-09 20:02:49 +0530 | [diff] [blame] | 92 | android:exported="true" |
fredc | a7e8ef3 | 2012-05-10 22:07:32 -0700 | [diff] [blame] | 93 | android:name=".opp.BluetoothOppReceiver" |
| 94 | android:enabled="@bool/profile_supported_opp"> |
Nick Pelly | 09e9cba | 2009-07-10 18:45:13 -0700 | [diff] [blame] | 95 | <intent-filter> |
Nick Pelly | bd54068 | 2009-09-11 11:46:59 -0700 | [diff] [blame] | 96 | <action android:name="android.bluetooth.adapter.action.STATE_CHANGED" /> |
jhtop.kim | ef697b0 | 2011-08-02 10:59:35 +0900 | [diff] [blame] | 97 | <!--action android:name="android.intent.action.BOOT_COMPLETED" /--> |
Jake Hamby | 1ed96d5 | 2011-01-25 19:46:26 -0800 | [diff] [blame] | 98 | <action android:name="android.btopp.intent.action.OPEN_RECEIVED_FILES" /> |
Martijn Coenen | 8099f5e | 2012-04-06 13:47:52 -0700 | [diff] [blame] | 99 | </intent-filter> |
| 100 | </receiver> |
| 101 | <receiver |
| 102 | android:process="@string/process" |
| 103 | android:name=".opp.BluetoothOppHandoverReceiver" |
| 104 | android:permission="com.android.permission.WHITELIST_BLUETOOTH_DEVICE"> |
| 105 | <intent-filter> |
| 106 | <action android:name="android.btopp.intent.action.WHITELIST_DEVICE" /> |
Martijn Coenen | 584dfb2 | 2012-05-16 13:58:02 -0700 | [diff] [blame] | 107 | <action android:name="android.btopp.intent.action.STOP_HANDOVER_TRANSFER" /> |
Nick Pelly | 09e9cba | 2009-07-10 18:45:13 -0700 | [diff] [blame] | 108 | </intent-filter> |
Martijn Coenen | 03f25a2 | 2012-05-18 13:43:30 -0700 | [diff] [blame] | 109 | <intent-filter> |
| 110 | <action android:name="android.btopp.intent.action.HANDOVER_SEND" /> |
| 111 | <category android:name="android.intent.category.DEFAULT" /> |
| 112 | <data android:mimeType="*/*" /> |
| 113 | </intent-filter> |
| 114 | <intent-filter> |
| 115 | <action android:name="android.btopp.intent.action.HANDOVER_SEND_MULTIPLE" /> |
| 116 | <category android:name="android.intent.category.DEFAULT" /> |
| 117 | <data android:mimeType="*/*" /> |
| 118 | </intent-filter> |
Nick Pelly | 09e9cba | 2009-07-10 18:45:13 -0700 | [diff] [blame] | 119 | </receiver> |
Tao Liejun | 6769b59 | 2009-07-14 15:55:04 -0700 | [diff] [blame] | 120 | <activity android:name=".opp.BluetoothOppLauncherActivity" |
Jaikumar Ganesh | 6a148f1 | 2010-05-14 15:00:28 -0700 | [diff] [blame] | 121 | android:process="@string/process" |
fredc | a7e8ef3 | 2012-05-10 22:07:32 -0700 | [diff] [blame] | 122 | android:theme="@android:style/Theme.Holo.Dialog" |
| 123 | android:label="@string/bt_share_picker_label" |
| 124 | android:enabled="@bool/profile_supported_opp"> |
Nick Pelly | 09e9cba | 2009-07-10 18:45:13 -0700 | [diff] [blame] | 125 | <intent-filter> |
| 126 | <action android:name="android.intent.action.SEND" /> |
| 127 | <category android:name="android.intent.category.DEFAULT" /> |
| 128 | <data android:mimeType="image/*" /> |
| 129 | <data android:mimeType="video/*" /> |
Jackson Fan | 239bc52 | 2009-07-27 15:58:22 +0800 | [diff] [blame] | 130 | <data android:mimeType="audio/*" /> |
Lixin Yue | 6ef730f | 2009-12-17 16:31:22 +0800 | [diff] [blame] | 131 | <data android:mimeType="text/x-vcard" /> |
Tao Liejun | fb8562d | 2009-11-18 11:02:59 -0600 | [diff] [blame] | 132 | <data android:mimeType="text/plain" /> |
| 133 | <data android:mimeType="text/html" /> |
| 134 | <data android:mimeType="application/zip" /> |
| 135 | <data android:mimeType="application/vnd.ms-excel" /> |
| 136 | <data android:mimeType="application/msword" /> |
| 137 | <data android:mimeType="application/vnd.ms-powerpoint" /> |
| 138 | <data android:mimeType="application/pdf" /> |
Sungmin Choi | 5d57461 | 2012-11-30 15:59:30 +0900 | [diff] [blame] | 139 | <data android:mimeType="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" /> |
| 140 | <data android:mimeType="application/vnd.openxmlformats-officedocument.wordprocessingml.document" /> |
| 141 | <data android:mimeType="application/vnd.openxmlformats-officedocument.presentationml.presentation" /> |
Nick Pelly | 09e9cba | 2009-07-10 18:45:13 -0700 | [diff] [blame] | 142 | </intent-filter> |
| 143 | <intent-filter> |
Tao Liejun | 1ac5507 | 2009-08-07 15:01:24 +0800 | [diff] [blame] | 144 | <action android:name="android.intent.action.SEND_MULTIPLE" /> |
Nick Pelly | 09e9cba | 2009-07-10 18:45:13 -0700 | [diff] [blame] | 145 | <category android:name="android.intent.category.DEFAULT" /> |
| 146 | <data android:mimeType="image/*" /> |
| 147 | <data android:mimeType="video/*" /> |
| 148 | <data android:mimeType="x-mixmedia/*" /> |
Lixin Yue | 6ef730f | 2009-12-17 16:31:22 +0800 | [diff] [blame] | 149 | <data android:mimeType="text/x-vcard" /> |
Nick Pelly | 09e9cba | 2009-07-10 18:45:13 -0700 | [diff] [blame] | 150 | </intent-filter> |
| 151 | <intent-filter> |
| 152 | <action android:name="android.btopp.intent.action.OPEN" /> |
| 153 | <category android:name="android.intent.category.DEFAULT" /> |
| 154 | <data android:mimeType="vnd.android.cursor.item/vnd.android.btopp" /> |
| 155 | </intent-filter> |
| 156 | </activity> |
Lixin Yue | dc3bacd | 2009-09-21 20:36:16 +0800 | [diff] [blame] | 157 | <activity android:name=".opp.BluetoothOppBtEnableActivity" |
Jaikumar Ganesh | 6a148f1 | 2010-05-14 15:00:28 -0700 | [diff] [blame] | 158 | android:process="@string/process" |
Lixin Yue | dc3bacd | 2009-09-21 20:36:16 +0800 | [diff] [blame] | 159 | android:excludeFromRecents="true" |
fredc | a7e8ef3 | 2012-05-10 22:07:32 -0700 | [diff] [blame] | 160 | android:theme="@*android:style/Theme.Holo.Dialog.Alert" |
| 161 | android:enabled="@bool/profile_supported_opp"> |
Nick Pelly | 09e9cba | 2009-07-10 18:45:13 -0700 | [diff] [blame] | 162 | </activity> |
Lixin Yue | dc3bacd | 2009-09-21 20:36:16 +0800 | [diff] [blame] | 163 | <activity android:name=".opp.BluetoothOppBtErrorActivity" |
Jaikumar Ganesh | 6a148f1 | 2010-05-14 15:00:28 -0700 | [diff] [blame] | 164 | android:process="@string/process" |
Lixin Yue | dc3bacd | 2009-09-21 20:36:16 +0800 | [diff] [blame] | 165 | android:excludeFromRecents="true" |
Jaikumar Ganesh | b27df66 | 2011-01-10 15:21:53 -0800 | [diff] [blame] | 166 | android:theme="@*android:style/Theme.Holo.Dialog.Alert"> |
Nick Pelly | 09e9cba | 2009-07-10 18:45:13 -0700 | [diff] [blame] | 167 | </activity> |
Lixin Yue | dc3bacd | 2009-09-21 20:36:16 +0800 | [diff] [blame] | 168 | <activity android:name=".opp.BluetoothOppBtEnablingActivity" |
Jaikumar Ganesh | 6a148f1 | 2010-05-14 15:00:28 -0700 | [diff] [blame] | 169 | android:process="@string/process" |
Lixin Yue | dc3bacd | 2009-09-21 20:36:16 +0800 | [diff] [blame] | 170 | android:excludeFromRecents="true" |
fredc | a7e8ef3 | 2012-05-10 22:07:32 -0700 | [diff] [blame] | 171 | android:theme="@*android:style/Theme.Holo.Dialog.Alert" |
| 172 | android:enabled="@bool/profile_supported_opp"> |
Lixin Yue | dc3bacd | 2009-09-21 20:36:16 +0800 | [diff] [blame] | 173 | </activity> |
Jaikumar Ganesh | 53647ab | 2009-09-11 16:20:52 -0700 | [diff] [blame] | 174 | <activity android:name=".opp.BluetoothOppIncomingFileConfirmActivity" |
Jaikumar Ganesh | 6a148f1 | 2010-05-14 15:00:28 -0700 | [diff] [blame] | 175 | android:process="@string/process" |
Jaikumar Ganesh | 53647ab | 2009-09-11 16:20:52 -0700 | [diff] [blame] | 176 | android:excludeFromRecents="true" |
fredc | a7e8ef3 | 2012-05-10 22:07:32 -0700 | [diff] [blame] | 177 | android:theme="@*android:style/Theme.Holo.Dialog.Alert" |
| 178 | android:enabled="@bool/profile_supported_opp"> |
Nick Pelly | 09e9cba | 2009-07-10 18:45:13 -0700 | [diff] [blame] | 179 | </activity> |
Lixin Yue | dc3bacd | 2009-09-21 20:36:16 +0800 | [diff] [blame] | 180 | <activity android:name=".opp.BluetoothOppTransferActivity" |
Jaikumar Ganesh | 6a148f1 | 2010-05-14 15:00:28 -0700 | [diff] [blame] | 181 | android:process="@string/process" |
Lixin Yue | dc3bacd | 2009-09-21 20:36:16 +0800 | [diff] [blame] | 182 | android:excludeFromRecents="true" |
fredc | a7e8ef3 | 2012-05-10 22:07:32 -0700 | [diff] [blame] | 183 | android:theme="@*android:style/Theme.Holo.Dialog.Alert" |
| 184 | android:enabled="@bool/profile_supported_opp"> |
Nick Pelly | 09e9cba | 2009-07-10 18:45:13 -0700 | [diff] [blame] | 185 | </activity> |
Tao Liejun | 6769b59 | 2009-07-14 15:55:04 -0700 | [diff] [blame] | 186 | <activity android:name=".opp.BluetoothOppLiveFolder" |
Jaikumar Ganesh | 6a148f1 | 2010-05-14 15:00:28 -0700 | [diff] [blame] | 187 | android:process="@string/process" |
Mike Cleron | ae70ee2 | 2009-09-29 13:03:26 -0700 | [diff] [blame] | 188 | android:icon="@drawable/ic_launcher_folder_bluetooth" |
fredc | a7e8ef3 | 2012-05-10 22:07:32 -0700 | [diff] [blame] | 189 | android:label="@string/btopp_live_folder" |
| 190 | android:enabled="@bool/profile_supported_opp"> |
Nick Pelly | 09e9cba | 2009-07-10 18:45:13 -0700 | [diff] [blame] | 191 | <intent-filter> |
| 192 | <action android:name="android.intent.action.CREATE_LIVE_FOLDER" /> |
| 193 | <category android:name="android.intent.category.DEFAULT" /> |
| 194 | </intent-filter> |
| 195 | </activity> |
Lixin Yue | 5cc6179 | 2010-02-26 17:35:23 +0800 | [diff] [blame] | 196 | <activity android:name=".opp.BluetoothOppTransferHistory" |
Jaikumar Ganesh | 6a148f1 | 2010-05-14 15:00:28 -0700 | [diff] [blame] | 197 | android:process="@string/process" |
Lixin Yue | 5cc6179 | 2010-02-26 17:35:23 +0800 | [diff] [blame] | 198 | android:label="" |
| 199 | android:excludeFromRecents="true" |
fredc | a7e8ef3 | 2012-05-10 22:07:32 -0700 | [diff] [blame] | 200 | android:configChanges="orientation|keyboardHidden" |
| 201 | android:enabled="@bool/profile_supported_opp"> |
Lixin Yue | 5cc6179 | 2010-02-26 17:35:23 +0800 | [diff] [blame] | 202 | </activity> |
Jackson Fan | 2c282d5 | 2009-07-19 12:25:14 +0800 | [diff] [blame] | 203 | <activity android:name=".pbap.BluetoothPbapActivity" |
Jaikumar Ganesh | 0bd5f7b | 2010-03-24 10:36:06 -0700 | [diff] [blame] | 204 | android:process="@string/process" |
Lixin Yue | dc3bacd | 2009-09-21 20:36:16 +0800 | [diff] [blame] | 205 | android:excludeFromRecents="true" |
fredc | a7e8ef3 | 2012-05-10 22:07:32 -0700 | [diff] [blame] | 206 | android:theme="@*android:style/Theme.Holo.Dialog.Alert" |
| 207 | android:enabled="@bool/profile_supported_pbap"> |
Jackson Fan | 2c282d5 | 2009-07-19 12:25:14 +0800 | [diff] [blame] | 208 | <intent-filter> |
Lixin Yue | d896162 | 2009-07-28 10:45:23 +0800 | [diff] [blame] | 209 | <category android:name="android.intent.category.DEFAULT" /> |
Jackson Fan | 2c282d5 | 2009-07-19 12:25:14 +0800 | [diff] [blame] | 210 | </intent-filter> |
| 211 | </activity> |
Jaikumar Ganesh | 20b763a | 2010-03-11 13:06:54 -0800 | [diff] [blame] | 212 | <service |
| 213 | android:process="@string/process" |
fredc | a7e8ef3 | 2012-05-10 22:07:32 -0700 | [diff] [blame] | 214 | android:name=".pbap.BluetoothPbapService" |
| 215 | android:enabled="@bool/profile_supported_pbap" > |
Jaikumar Ganesh | b8c6603 | 2010-10-07 00:39:15 +0200 | [diff] [blame] | 216 | <intent-filter> |
| 217 | <action android:name="android.bluetooth.IBluetoothPbap" /> |
| 218 | </intent-filter> |
Jackson Fan | 2c282d5 | 2009-07-19 12:25:14 +0800 | [diff] [blame] | 219 | </service> |
Jaikumar Ganesh | 20b763a | 2010-03-11 13:06:54 -0800 | [diff] [blame] | 220 | <receiver |
| 221 | android:process="@string/process" |
Kausik Sinnaswamy | d570893 | 2012-04-09 20:02:49 +0530 | [diff] [blame] | 222 | android:exported="true" |
fredc | a7e8ef3 | 2012-05-10 22:07:32 -0700 | [diff] [blame] | 223 | android:name=".pbap.BluetoothPbapReceiver" |
| 224 | android:enabled="@bool/profile_supported_pbap"> |
Jackson Fan | 2c282d5 | 2009-07-19 12:25:14 +0800 | [diff] [blame] | 225 | <intent-filter> |
Nick Pelly | bd54068 | 2009-09-11 11:46:59 -0700 | [diff] [blame] | 226 | <action android:name="android.bluetooth.adapter.action.STATE_CHANGED"/> |
Matthew Xie | 7eab97d | 2011-06-28 13:53:56 -0700 | [diff] [blame] | 227 | <action android:name="android.bluetooth.device.action.CONNECTION_ACCESS_REPLY" /> |
| 228 | <category android:name="android.intent.category.DEFAULT" /> |
Jackson Fan | 2c282d5 | 2009-07-19 12:25:14 +0800 | [diff] [blame] | 229 | </intent-filter> |
| 230 | </receiver> |
Matthew Xie | fd6603b | 2013-07-18 18:18:36 -0700 | [diff] [blame] | 231 | <service |
| 232 | android:process="@string/process" |
| 233 | android:name=".map.BluetoothMapService" |
| 234 | android:enabled="@bool/profile_supported_map" > |
| 235 | <intent-filter> |
| 236 | <action android:name="android.bluetooth.IBluetoothMap" /> |
| 237 | </intent-filter> |
| 238 | </service> |
Matthew Xie | 6c91bc0 | 2012-02-16 18:47:53 -0800 | [diff] [blame] | 239 | <service |
| 240 | android:process="@string/process" |
Ganesh Ganapathi Batta | 03b8386 | 2013-02-05 15:38:27 -0800 | [diff] [blame] | 241 | android:name = ".gatt.GattService" |
| 242 | android:enabled="@bool/profile_supported_gatt"> |
| 243 | <intent-filter> |
| 244 | <action android:name="android.bluetooth.IBluetoothGatt" /> |
| 245 | </intent-filter> |
| 246 | </service> |
| 247 | <service |
| 248 | android:process="@string/process" |
fredc | a7e8ef3 | 2012-05-10 22:07:32 -0700 | [diff] [blame] | 249 | android:name = ".hfp.HeadsetService" |
| 250 | android:enabled="@bool/profile_supported_hs_hfp"> |
Matthew Xie | 6c91bc0 | 2012-02-16 18:47:53 -0800 | [diff] [blame] | 251 | <intent-filter> |
| 252 | <action android:name="android.bluetooth.IBluetoothHeadset" /> |
| 253 | </intent-filter> |
| 254 | </service> |
| 255 | <service |
| 256 | android:process="@string/process" |
fredc | a7e8ef3 | 2012-05-10 22:07:32 -0700 | [diff] [blame] | 257 | android:name = ".a2dp.A2dpService" |
| 258 | android:enabled="@bool/profile_supported_a2dp"> |
Matthew Xie | 6c91bc0 | 2012-02-16 18:47:53 -0800 | [diff] [blame] | 259 | <intent-filter> |
| 260 | <action android:name="android.bluetooth.IBluetoothA2dp" /> |
| 261 | </intent-filter> |
| 262 | </service> |
Matthew Xie | 35207a5 | 2012-03-21 23:11:40 -0700 | [diff] [blame] | 263 | <service |
| 264 | android:process="@string/process" |
fredc | a7e8ef3 | 2012-05-10 22:07:32 -0700 | [diff] [blame] | 265 | android:name = ".hid.HidService" |
| 266 | android:enabled="@bool/profile_supported_hid"> |
Matthew Xie | 35207a5 | 2012-03-21 23:11:40 -0700 | [diff] [blame] | 267 | <intent-filter> |
| 268 | <action android:name="android.bluetooth.IBluetoothInputDevice" /> |
| 269 | </intent-filter> |
| 270 | </service> |
Matthew Xie | 676cb1b | 2012-03-22 17:32:29 -0700 | [diff] [blame] | 271 | <service |
| 272 | android:process="@string/process" |
fredc | a7e8ef3 | 2012-05-10 22:07:32 -0700 | [diff] [blame] | 273 | android:name = ".hdp.HealthService" |
| 274 | android:enabled="@bool/profile_supported_hdp"> |
Matthew Xie | 676cb1b | 2012-03-22 17:32:29 -0700 | [diff] [blame] | 275 | <intent-filter> |
| 276 | <action android:name="android.bluetooth.IBluetoothHealth" /> |
| 277 | </intent-filter> |
| 278 | </service> |
fredc | 6654f5c | 2012-04-12 00:18:52 -0700 | [diff] [blame] | 279 | <service |
| 280 | android:process="@string/process" |
fredc | a7e8ef3 | 2012-05-10 22:07:32 -0700 | [diff] [blame] | 281 | android:name = ".pan.PanService" |
| 282 | android:enabled="@bool/profile_supported_pan"> |
fredc | 6654f5c | 2012-04-12 00:18:52 -0700 | [diff] [blame] | 283 | <intent-filter> |
| 284 | <action android:name="android.bluetooth.IBluetoothPan" /> |
| 285 | </intent-filter> |
| 286 | </service> |
Nick Pelly | 09e9cba | 2009-07-10 18:45:13 -0700 | [diff] [blame] | 287 | </application> |
| 288 | </manifest> |