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 | |
Nick Pelly | 09e9cba | 2009-07-10 18:45:13 -0700 | [diff] [blame] | 20 | <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" /> |
| 21 | <uses-permission android:name="android.permission.ACCESS_BLUETOOTH_SHARE" /> |
tturney | 27b5d6c | 2015-07-23 12:50:32 -0700 | [diff] [blame] | 22 | <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" /> |
Nick Pelly | 09e9cba | 2009-07-10 18:45:13 -0700 | [diff] [blame] | 23 | <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 Wang | 871bee0 | 2014-02-28 14:45:31 -0800 | [diff] [blame] | 26 | <uses-permission android:name="android.permission.BLUETOOTH_PRIVILEGED" /> |
Casper Bonde | 326b5e6 | 2014-07-24 13:47:23 +0200 | [diff] [blame] | 27 | <uses-permission android:name="android.permission.BLUETOOTH_MAP" /> |
Andre Eisenbach | 87950e7 | 2016-01-28 13:18:06 -0800 | [diff] [blame] | 28 | <uses-permission android:name="android.permission.DUMP" /> |
Nick Pelly | 09e9cba | 2009-07-10 18:45:13 -0700 | [diff] [blame] | 29 | <uses-permission android:name="android.permission.WAKE_LOCK" /> |
| 30 | <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> |
Ajay Panicker | 66d6430 | 2015-10-13 15:31:47 -0700 | [diff] [blame] | 31 | <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" /> |
Jackson Fan | 2c282d5 | 2009-07-19 12:25:14 +0800 | [diff] [blame] | 32 | <uses-permission android:name="android.permission.READ_CONTACTS" /> |
kschulz | 5a60e47 | 2015-03-17 11:47:46 +0100 | [diff] [blame] | 33 | <uses-permission android:name="android.permission.WRITE_CONTACTS" /> |
Daniel Lehmann | 4425b78 | 2012-03-09 20:43:54 -0800 | [diff] [blame] | 34 | <uses-permission android:name="android.permission.READ_CALL_LOG" /> |
Joseph Pirozzo | b874a1d | 2016-03-09 15:22:11 -0800 | [diff] [blame] | 35 | <uses-permission android:name="android.permission.WRITE_CALL_LOG" /> |
Andre Eisenbach | dbeb8d7 | 2015-06-29 11:11:58 -0700 | [diff] [blame] | 36 | <uses-permission android:name="android.permission.READ_PRIVILEGED_PHONE_STATE" /> |
Jackson Fan | 2c282d5 | 2009-07-19 12:25:14 +0800 | [diff] [blame] | 37 | <uses-permission android:name="android.permission.WRITE_SETTINGS" /> |
Andres Morales | cfaffa8 | 2014-03-11 08:56:54 -0700 | [diff] [blame] | 38 | <uses-permission android:name="android.permission.NFC_HANDOVER_STATUS" /> |
Matthew Xie | 6c91bc0 | 2012-02-16 18:47:53 -0800 | [diff] [blame] | 39 | <uses-permission android:name="android.permission.WRITE_SECURE_SETTINGS" /> |
Prem Kumar | 87896dd | 2014-04-14 10:16:15 -0700 | [diff] [blame] | 40 | <uses-permission android:name="android.permission.WRITE_APN_SETTINGS" /> |
Jaikumar Ganesh | a11b96d | 2012-02-27 10:30:33 -0800 | [diff] [blame] | 41 | <uses-permission android:name="android.permission.NET_ADMIN" /> |
Matthew Xie | 6c91bc0 | 2012-02-16 18:47:53 -0800 | [diff] [blame] | 42 | <uses-permission android:name="android.permission.CALL_PRIVILEGED" /> |
| 43 | <uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" /> |
fredc | 6654f5c | 2012-04-12 00:18:52 -0700 | [diff] [blame] | 44 | <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 Xie | 09a4991 | 2012-07-12 15:55:22 -0700 | [diff] [blame] | 47 | <uses-permission android:name="android.permission.CONNECTIVITY_INTERNAL" /> |
Jeremy Klein | eafcccd | 2015-12-28 15:14:31 -0800 | [diff] [blame] | 48 | <uses-permission android:name="android.permission.TETHER_PRIVILEGED" /> |
Matthew Xie | 0e46362 | 2012-09-26 00:12:26 -0700 | [diff] [blame] | 49 | <uses-permission android:name="android.permission.MODIFY_PHONE_STATE" /> |
Matthew Xie | 344036b | 2012-10-01 21:49:48 -0700 | [diff] [blame] | 50 | <uses-permission android:name="android.permission.INTERACT_ACROSS_USERS_FULL" /> |
| 51 | <uses-permission android:name="android.permission.BLUETOOTH_STACK" /> |
Zhihai Xu | 3751015 | 2012-10-08 18:04:32 -0700 | [diff] [blame] | 52 | <uses-permission android:name="android.permission.INTERACT_ACROSS_USERS"/> |
| 53 | <uses-permission android:name="android.permission.MANAGE_USERS"/> |
Joseph Pirozzo | 79b693f | 2016-04-01 16:51:31 -0700 | [diff] [blame] | 54 | <uses-permission android:name="android.permission.GET_ACCOUNTS"/> |
Martijn Coenen | 19d8d54 | 2012-10-30 15:15:05 -0700 | [diff] [blame] | 55 | <uses-permission android:name="com.google.android.gallery3d.permission.GALLERY_PROVIDER"/> |
| 56 | <uses-permission android:name="com.android.gallery3d.permission.GALLERY_PROVIDER"/> |
Matthew Xie | fd6603b | 2013-07-18 18:18:36 -0700 | [diff] [blame] | 57 | <uses-permission android:name="android.permission.RECEIVE_SMS" /> |
Matthew Xie | fd6603b | 2013-07-18 18:18:36 -0700 | [diff] [blame] | 58 | <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 Trivi | 5509d36 | 2013-09-17 20:21:22 -0700 | [diff] [blame] | 62 | <uses-permission android:name="android.permission.MEDIA_CONTENT_CONTROL" /> |
Nitin Shivpure | bfdb249 | 2014-06-06 15:06:57 +0530 | [diff] [blame] | 63 | <uses-permission android:name="android.permission.MANAGE_DOCUMENTS" /> |
Fyodor Kupolov | d2fc8cb | 2015-06-19 15:36:44 -0700 | [diff] [blame] | 64 | <uses-permission android:name="android.permission.UPDATE_APP_OPS_STATS" /> |
Andre Eisenbach | 10d5c21 | 2015-04-06 16:50:58 -0700 | [diff] [blame] | 65 | <uses-permission android:name="android.permission.VIBRATE" /> |
Dianne Hackborn | dc68435 | 2015-06-19 16:23:28 -0700 | [diff] [blame] | 66 | <uses-permission android:name="android.permission.DEVICE_POWER" /> |
Fyodor Kupolov | 1b1433a | 2015-07-29 14:32:54 -0700 | [diff] [blame] | 67 | <uses-permission android:name="android.permission.REAL_GET_TASKS" /> |
Sanket Agarwal | de00ed8 | 2015-12-22 13:45:00 -0800 | [diff] [blame] | 68 | <uses-permission android:name="android.permission.MODIFY_AUDIO_ROUTING" /> |
Adam Lesinski | 44f6d97 | 2016-01-15 18:20:19 -0800 | [diff] [blame] | 69 | <uses-permission android:name="android.permission.UPDATE_DEVICE_STATS" /> |
Zhihai Xu | 3751015 | 2012-10-08 18:04:32 -0700 | [diff] [blame] | 70 | |
fredc | c7a57f3 | 2012-05-07 14:20:35 -0700 | [diff] [blame] | 71 | <!-- For PBAP Owner Vcard Info --> |
| 72 | <uses-permission android:name="android.permission.READ_PROFILE"/> |
Jaikumar Ganesh | 20b763a | 2010-03-11 13:06:54 -0800 | [diff] [blame] | 73 | <application |
fredc | 6654f5c | 2012-04-12 00:18:52 -0700 | [diff] [blame] | 74 | android:name=".btservice.AdapterApp" |
Sunny Goyal | 0fcf620 | 2015-03-16 11:07:53 -0700 | [diff] [blame] | 75 | android:icon="@mipmap/bt_share" |
fredc | 6654f5c | 2012-04-12 00:18:52 -0700 | [diff] [blame] | 76 | android:persistent="false" |
Alex Klyubin | 1c66ec5 | 2015-04-02 12:56:45 -0700 | [diff] [blame] | 77 | android:label="@string/app_name" |
Sanket Padawe | bb7f16f | 2015-07-08 18:50:29 -0700 | [diff] [blame] | 78 | android:supportsRtl="true" |
Ajay Panicker | cf48e13 | 2016-04-11 16:45:52 -0700 | [diff] [blame] | 79 | android:usesCleartextTraffic="false" |
| 80 | android:directBootAware="true" |
| 81 | android:defaultToDeviceProtectedStorage="true"> |
Nick Pelly | 09e9cba | 2009-07-10 18:45:13 -0700 | [diff] [blame] | 82 | <uses-library android:name="javax.obex" /> |
Tao Liejun | 6769b59 | 2009-07-14 15:55:04 -0700 | [diff] [blame] | 83 | <provider android:name=".opp.BluetoothOppProvider" |
Jaikumar Ganesh | 20b763a | 2010-03-11 13:06:54 -0800 | [diff] [blame] | 84 | android:authorities="com.android.bluetooth.opp" |
Nick Kralevich | ea0b4f9 | 2012-07-30 12:41:30 -0700 | [diff] [blame] | 85 | android:exported="true" |
Jaikumar Ganesh | 20b763a | 2010-03-11 13:06:54 -0800 | [diff] [blame] | 86 | android:process="@string/process"> |
Tao Liejun | 1ac5507 | 2009-08-07 15:01:24 +0800 | [diff] [blame] | 87 | <path-permission |
Matthew Xie | 2819c1d | 2013-12-06 12:19:36 -0800 | [diff] [blame] | 88 | android:pathPrefix="/btopp" |
Tao Liejun | 1ac5507 | 2009-08-07 15:01:24 +0800 | [diff] [blame] | 89 | android:permission="android.permission.ACCESS_BLUETOOTH_SHARE" /> |
| 90 | </provider> |
Ajay Panicker | 66d6430 | 2015-10-13 15:31:47 -0700 | [diff] [blame] | 91 | <provider android:name="android.support.v4.content.FileProvider" |
| 92 | android:authorities="com.google.android.bluetooth.fileprovider" |
| 93 | android:grantUriPermissions="true" |
| 94 | android:exported="false"> |
| 95 | <meta-data |
| 96 | android:name="android.support.FILE_PROVIDER_PATHS" |
| 97 | android:resource="@xml/file_paths" /> |
| 98 | </provider> |
Jaikumar Ganesh | 20b763a | 2010-03-11 13:06:54 -0800 | [diff] [blame] | 99 | <service |
| 100 | android:process="@string/process" |
fredc | 6654f5c | 2012-04-12 00:18:52 -0700 | [diff] [blame] | 101 | android:name = ".btservice.AdapterService"> |
| 102 | <intent-filter> |
| 103 | <action android:name="android.bluetooth.IBluetooth" /> |
| 104 | </intent-filter> |
| 105 | </service> |
| 106 | <service |
| 107 | android:process="@string/process" |
Jaikumar Ganesh | 20b763a | 2010-03-11 13:06:54 -0800 | [diff] [blame] | 108 | android:name=".opp.BluetoothOppService" |
fredc | a7e8ef3 | 2012-05-10 22:07:32 -0700 | [diff] [blame] | 109 | android:permission="android.permission.ACCESS_BLUETOOTH_SHARE" |
| 110 | android:enabled="@bool/profile_supported_opp"/> |
Jaikumar Ganesh | 20b763a | 2010-03-11 13:06:54 -0800 | [diff] [blame] | 111 | <receiver |
| 112 | android:process="@string/process" |
Kausik Sinnaswamy | d570893 | 2012-04-09 20:02:49 +0530 | [diff] [blame] | 113 | android:exported="true" |
fredc | a7e8ef3 | 2012-05-10 22:07:32 -0700 | [diff] [blame] | 114 | android:name=".opp.BluetoothOppReceiver" |
| 115 | android:enabled="@bool/profile_supported_opp"> |
Nick Pelly | 09e9cba | 2009-07-10 18:45:13 -0700 | [diff] [blame] | 116 | <intent-filter> |
Nick Pelly | bd54068 | 2009-09-11 11:46:59 -0700 | [diff] [blame] | 117 | <action android:name="android.bluetooth.adapter.action.STATE_CHANGED" /> |
jhtop.kim | ef697b0 | 2011-08-02 10:59:35 +0900 | [diff] [blame] | 118 | <!--action android:name="android.intent.action.BOOT_COMPLETED" /--> |
Jake Hamby | 1ed96d5 | 2011-01-25 19:46:26 -0800 | [diff] [blame] | 119 | <action android:name="android.btopp.intent.action.OPEN_RECEIVED_FILES" /> |
Martijn Coenen | 8099f5e | 2012-04-06 13:47:52 -0700 | [diff] [blame] | 120 | </intent-filter> |
| 121 | </receiver> |
| 122 | <receiver |
| 123 | android:process="@string/process" |
| 124 | android:name=".opp.BluetoothOppHandoverReceiver" |
| 125 | android:permission="com.android.permission.WHITELIST_BLUETOOTH_DEVICE"> |
| 126 | <intent-filter> |
| 127 | <action android:name="android.btopp.intent.action.WHITELIST_DEVICE" /> |
Martijn Coenen | 584dfb2 | 2012-05-16 13:58:02 -0700 | [diff] [blame] | 128 | <action android:name="android.btopp.intent.action.STOP_HANDOVER_TRANSFER" /> |
Nick Pelly | 09e9cba | 2009-07-10 18:45:13 -0700 | [diff] [blame] | 129 | </intent-filter> |
Martijn Coenen | 03f25a2 | 2012-05-18 13:43:30 -0700 | [diff] [blame] | 130 | <intent-filter> |
Andres Morales | cfaffa8 | 2014-03-11 08:56:54 -0700 | [diff] [blame] | 131 | <action android:name="android.nfc.handover.intent.action.HANDOVER_SEND" /> |
Martijn Coenen | 03f25a2 | 2012-05-18 13:43:30 -0700 | [diff] [blame] | 132 | <category android:name="android.intent.category.DEFAULT" /> |
| 133 | <data android:mimeType="*/*" /> |
| 134 | </intent-filter> |
| 135 | <intent-filter> |
Andres Morales | cfaffa8 | 2014-03-11 08:56:54 -0700 | [diff] [blame] | 136 | <action android:name="android.nfc.handover.intent.action.HANDOVER_SEND_MULTIPLE" /> |
Martijn Coenen | 03f25a2 | 2012-05-18 13:43:30 -0700 | [diff] [blame] | 137 | <category android:name="android.intent.category.DEFAULT" /> |
| 138 | <data android:mimeType="*/*" /> |
| 139 | </intent-filter> |
Nick Pelly | 09e9cba | 2009-07-10 18:45:13 -0700 | [diff] [blame] | 140 | </receiver> |
Tao Liejun | 6769b59 | 2009-07-14 15:55:04 -0700 | [diff] [blame] | 141 | <activity android:name=".opp.BluetoothOppLauncherActivity" |
Jaikumar Ganesh | 6a148f1 | 2010-05-14 15:00:28 -0700 | [diff] [blame] | 142 | android:process="@string/process" |
Alan Viverette | cb934fa | 2016-03-31 16:18:44 -0400 | [diff] [blame] | 143 | android:theme="@android:style/Theme.Material.Light.Dialog" |
fredc | a7e8ef3 | 2012-05-10 22:07:32 -0700 | [diff] [blame] | 144 | android:label="@string/bt_share_picker_label" |
| 145 | android:enabled="@bool/profile_supported_opp"> |
Nick Pelly | 09e9cba | 2009-07-10 18:45:13 -0700 | [diff] [blame] | 146 | <intent-filter> |
| 147 | <action android:name="android.intent.action.SEND" /> |
| 148 | <category android:name="android.intent.category.DEFAULT" /> |
| 149 | <data android:mimeType="image/*" /> |
| 150 | <data android:mimeType="video/*" /> |
Jackson Fan | 239bc52 | 2009-07-27 15:58:22 +0800 | [diff] [blame] | 151 | <data android:mimeType="audio/*" /> |
Lixin Yue | 6ef730f | 2009-12-17 16:31:22 +0800 | [diff] [blame] | 152 | <data android:mimeType="text/x-vcard" /> |
Tao Liejun | fb8562d | 2009-11-18 11:02:59 -0600 | [diff] [blame] | 153 | <data android:mimeType="text/plain" /> |
| 154 | <data android:mimeType="text/html" /> |
Matthew Xie | c0b728a | 2013-07-31 00:52:16 -0700 | [diff] [blame] | 155 | <data android:mimeType="text/xml" /> |
Tao Liejun | fb8562d | 2009-11-18 11:02:59 -0600 | [diff] [blame] | 156 | <data android:mimeType="application/zip" /> |
| 157 | <data android:mimeType="application/vnd.ms-excel" /> |
| 158 | <data android:mimeType="application/msword" /> |
| 159 | <data android:mimeType="application/vnd.ms-powerpoint" /> |
| 160 | <data android:mimeType="application/pdf" /> |
Sungmin Choi | 5d57461 | 2012-11-30 15:59:30 +0900 | [diff] [blame] | 161 | <data android:mimeType="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" /> |
| 162 | <data android:mimeType="application/vnd.openxmlformats-officedocument.wordprocessingml.document" /> |
| 163 | <data android:mimeType="application/vnd.openxmlformats-officedocument.presentationml.presentation" /> |
Sungmin Choi | ab5a720 | 2014-12-18 15:42:20 +0900 | [diff] [blame] | 164 | <data android:mimeType="application/x-hwp" /> |
Nick Pelly | 09e9cba | 2009-07-10 18:45:13 -0700 | [diff] [blame] | 165 | </intent-filter> |
| 166 | <intent-filter> |
Tao Liejun | 1ac5507 | 2009-08-07 15:01:24 +0800 | [diff] [blame] | 167 | <action android:name="android.intent.action.SEND_MULTIPLE" /> |
Nick Pelly | 09e9cba | 2009-07-10 18:45:13 -0700 | [diff] [blame] | 168 | <category android:name="android.intent.category.DEFAULT" /> |
| 169 | <data android:mimeType="image/*" /> |
| 170 | <data android:mimeType="video/*" /> |
| 171 | <data android:mimeType="x-mixmedia/*" /> |
Lixin Yue | 6ef730f | 2009-12-17 16:31:22 +0800 | [diff] [blame] | 172 | <data android:mimeType="text/x-vcard" /> |
Nick Pelly | 09e9cba | 2009-07-10 18:45:13 -0700 | [diff] [blame] | 173 | </intent-filter> |
| 174 | <intent-filter> |
| 175 | <action android:name="android.btopp.intent.action.OPEN" /> |
| 176 | <category android:name="android.intent.category.DEFAULT" /> |
| 177 | <data android:mimeType="vnd.android.cursor.item/vnd.android.btopp" /> |
| 178 | </intent-filter> |
| 179 | </activity> |
Lixin Yue | dc3bacd | 2009-09-21 20:36:16 +0800 | [diff] [blame] | 180 | <activity android:name=".opp.BluetoothOppBtEnableActivity" |
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" |
Alan Viverette | cb934fa | 2016-03-31 16:18:44 -0400 | [diff] [blame] | 183 | android:theme="@android:style/Theme.Material.Light.Dialog.Alert" |
fredc | a7e8ef3 | 2012-05-10 22:07:32 -0700 | [diff] [blame] | 184 | android:enabled="@bool/profile_supported_opp"> |
Nick Pelly | 09e9cba | 2009-07-10 18:45:13 -0700 | [diff] [blame] | 185 | </activity> |
Lixin Yue | dc3bacd | 2009-09-21 20:36:16 +0800 | [diff] [blame] | 186 | <activity android:name=".opp.BluetoothOppBtErrorActivity" |
Jaikumar Ganesh | 6a148f1 | 2010-05-14 15:00:28 -0700 | [diff] [blame] | 187 | android:process="@string/process" |
Lixin Yue | dc3bacd | 2009-09-21 20:36:16 +0800 | [diff] [blame] | 188 | android:excludeFromRecents="true" |
Alan Viverette | cb934fa | 2016-03-31 16:18:44 -0400 | [diff] [blame] | 189 | android:theme="@android:style/Theme.Material.Light.Dialog.Alert"> |
Nick Pelly | 09e9cba | 2009-07-10 18:45:13 -0700 | [diff] [blame] | 190 | </activity> |
Lixin Yue | dc3bacd | 2009-09-21 20:36:16 +0800 | [diff] [blame] | 191 | <activity android:name=".opp.BluetoothOppBtEnablingActivity" |
Jaikumar Ganesh | 6a148f1 | 2010-05-14 15:00:28 -0700 | [diff] [blame] | 192 | android:process="@string/process" |
Lixin Yue | dc3bacd | 2009-09-21 20:36:16 +0800 | [diff] [blame] | 193 | android:excludeFromRecents="true" |
Alan Viverette | cb934fa | 2016-03-31 16:18:44 -0400 | [diff] [blame] | 194 | android:theme="@android:style/Theme.Material.Light.Dialog.Alert" |
fredc | a7e8ef3 | 2012-05-10 22:07:32 -0700 | [diff] [blame] | 195 | android:enabled="@bool/profile_supported_opp"> |
Lixin Yue | dc3bacd | 2009-09-21 20:36:16 +0800 | [diff] [blame] | 196 | </activity> |
Jaikumar Ganesh | 53647ab | 2009-09-11 16:20:52 -0700 | [diff] [blame] | 197 | <activity android:name=".opp.BluetoothOppIncomingFileConfirmActivity" |
Jaikumar Ganesh | 6a148f1 | 2010-05-14 15:00:28 -0700 | [diff] [blame] | 198 | android:process="@string/process" |
Jaikumar Ganesh | 53647ab | 2009-09-11 16:20:52 -0700 | [diff] [blame] | 199 | android:excludeFromRecents="true" |
Alan Viverette | cb934fa | 2016-03-31 16:18:44 -0400 | [diff] [blame] | 200 | android:theme="@android:style/Theme.Material.Light.Dialog.Alert" |
fredc | a7e8ef3 | 2012-05-10 22:07:32 -0700 | [diff] [blame] | 201 | android:enabled="@bool/profile_supported_opp"> |
Nick Pelly | 09e9cba | 2009-07-10 18:45:13 -0700 | [diff] [blame] | 202 | </activity> |
Lixin Yue | dc3bacd | 2009-09-21 20:36:16 +0800 | [diff] [blame] | 203 | <activity android:name=".opp.BluetoothOppTransferActivity" |
Jaikumar Ganesh | 6a148f1 | 2010-05-14 15:00:28 -0700 | [diff] [blame] | 204 | android:process="@string/process" |
Lixin Yue | dc3bacd | 2009-09-21 20:36:16 +0800 | [diff] [blame] | 205 | android:excludeFromRecents="true" |
Alan Viverette | cb934fa | 2016-03-31 16:18:44 -0400 | [diff] [blame] | 206 | android:theme="@android:style/Theme.Material.Light.Dialog.Alert" |
fredc | a7e8ef3 | 2012-05-10 22:07:32 -0700 | [diff] [blame] | 207 | android:enabled="@bool/profile_supported_opp"> |
Nick Pelly | 09e9cba | 2009-07-10 18:45:13 -0700 | [diff] [blame] | 208 | </activity> |
Lixin Yue | 5cc6179 | 2010-02-26 17:35:23 +0800 | [diff] [blame] | 209 | <activity android:name=".opp.BluetoothOppTransferHistory" |
Jaikumar Ganesh | 6a148f1 | 2010-05-14 15:00:28 -0700 | [diff] [blame] | 210 | android:process="@string/process" |
Lixin Yue | 5cc6179 | 2010-02-26 17:35:23 +0800 | [diff] [blame] | 211 | android:label="" |
| 212 | android:excludeFromRecents="true" |
fredc | a7e8ef3 | 2012-05-10 22:07:32 -0700 | [diff] [blame] | 213 | android:configChanges="orientation|keyboardHidden" |
| 214 | android:enabled="@bool/profile_supported_opp"> |
Lixin Yue | 5cc6179 | 2010-02-26 17:35:23 +0800 | [diff] [blame] | 215 | </activity> |
Jackson Fan | 2c282d5 | 2009-07-19 12:25:14 +0800 | [diff] [blame] | 216 | <activity android:name=".pbap.BluetoothPbapActivity" |
Jaikumar Ganesh | 0bd5f7b | 2010-03-24 10:36:06 -0700 | [diff] [blame] | 217 | android:process="@string/process" |
Lixin Yue | dc3bacd | 2009-09-21 20:36:16 +0800 | [diff] [blame] | 218 | android:excludeFromRecents="true" |
Alan Viverette | cb934fa | 2016-03-31 16:18:44 -0400 | [diff] [blame] | 219 | android:theme="@android:style/Theme.Material.Light.Dialog.Alert" |
fredc | a7e8ef3 | 2012-05-10 22:07:32 -0700 | [diff] [blame] | 220 | android:enabled="@bool/profile_supported_pbap"> |
Jackson Fan | 2c282d5 | 2009-07-19 12:25:14 +0800 | [diff] [blame] | 221 | <intent-filter> |
Lixin Yue | d896162 | 2009-07-28 10:45:23 +0800 | [diff] [blame] | 222 | <category android:name="android.intent.category.DEFAULT" /> |
Jackson Fan | 2c282d5 | 2009-07-19 12:25:14 +0800 | [diff] [blame] | 223 | </intent-filter> |
| 224 | </activity> |
Jaikumar Ganesh | 20b763a | 2010-03-11 13:06:54 -0800 | [diff] [blame] | 225 | <service |
| 226 | android:process="@string/process" |
fredc | a7e8ef3 | 2012-05-10 22:07:32 -0700 | [diff] [blame] | 227 | android:name=".pbap.BluetoothPbapService" |
| 228 | android:enabled="@bool/profile_supported_pbap" > |
Jaikumar Ganesh | b8c6603 | 2010-10-07 00:39:15 +0200 | [diff] [blame] | 229 | <intent-filter> |
| 230 | <action android:name="android.bluetooth.IBluetoothPbap" /> |
| 231 | </intent-filter> |
Jackson Fan | 2c282d5 | 2009-07-19 12:25:14 +0800 | [diff] [blame] | 232 | </service> |
Jaikumar Ganesh | 20b763a | 2010-03-11 13:06:54 -0800 | [diff] [blame] | 233 | <receiver |
| 234 | android:process="@string/process" |
Kausik Sinnaswamy | d570893 | 2012-04-09 20:02:49 +0530 | [diff] [blame] | 235 | android:exported="true" |
fredc | a7e8ef3 | 2012-05-10 22:07:32 -0700 | [diff] [blame] | 236 | android:name=".pbap.BluetoothPbapReceiver" |
| 237 | android:enabled="@bool/profile_supported_pbap"> |
Jackson Fan | 2c282d5 | 2009-07-19 12:25:14 +0800 | [diff] [blame] | 238 | <intent-filter> |
Nick Pelly | bd54068 | 2009-09-11 11:46:59 -0700 | [diff] [blame] | 239 | <action android:name="android.bluetooth.adapter.action.STATE_CHANGED"/> |
Matthew Xie | 7eab97d | 2011-06-28 13:53:56 -0700 | [diff] [blame] | 240 | <action android:name="android.bluetooth.device.action.CONNECTION_ACCESS_REPLY" /> |
Hemant Gupta | 4216387 | 2014-05-08 12:45:38 +0530 | [diff] [blame] | 241 | <action android:name="android.bluetooth.device.action.ACL_DISCONNECTED" /> |
Matthew Xie | 7eab97d | 2011-06-28 13:53:56 -0700 | [diff] [blame] | 242 | <category android:name="android.intent.category.DEFAULT" /> |
Jackson Fan | 2c282d5 | 2009-07-19 12:25:14 +0800 | [diff] [blame] | 243 | </intent-filter> |
| 244 | </receiver> |
Matthew Xie | fd6603b | 2013-07-18 18:18:36 -0700 | [diff] [blame] | 245 | <service |
| 246 | android:process="@string/process" |
| 247 | android:name=".map.BluetoothMapService" |
| 248 | android:enabled="@bool/profile_supported_map" > |
| 249 | <intent-filter> |
| 250 | <action android:name="android.bluetooth.IBluetoothMap" /> |
kschulz | 5a60e47 | 2015-03-17 11:47:46 +0100 | [diff] [blame] | 251 | <action android:name="android.btmap.intent.action.SHOW_MAPS_SETTINGS" /> |
Casper Bonde | 326b5e6 | 2014-07-24 13:47:23 +0200 | [diff] [blame] | 252 | <action android:name="com.android.bluetooth.map.USER_CONFIRM_TIMEOUT"/> |
Matthew Xie | fd6603b | 2013-07-18 18:18:36 -0700 | [diff] [blame] | 253 | </intent-filter> |
| 254 | </service> |
kschulz | 5a60e47 | 2015-03-17 11:47:46 +0100 | [diff] [blame] | 255 | <activity android:name=".map.BluetoothMapSettings" |
Casper Bonde | 326b5e6 | 2014-07-24 13:47:23 +0200 | [diff] [blame] | 256 | android:process="@string/process" |
kschulz | 5a60e47 | 2015-03-17 11:47:46 +0100 | [diff] [blame] | 257 | android:label="@string/bluetooth_map_settings_title" |
Casper Bonde | 326b5e6 | 2014-07-24 13:47:23 +0200 | [diff] [blame] | 258 | android:excludeFromRecents="true" |
| 259 | android:configChanges="orientation|keyboardHidden" |
| 260 | android:enabled="@bool/profile_supported_map"> |
| 261 | </activity> |
kschulz | dbe4c25 | 2015-03-06 13:54:49 +0100 | [diff] [blame] | 262 | <provider android:name=".map.MmsFileProvider" |
| 263 | android:authorities="com.android.bluetooth.map.MmsFileProvider" |
| 264 | android:enabled="true" |
| 265 | android:grantUriPermissions="true" |
| 266 | android:exported="false"> |
| 267 | </provider> |
Matthew Xie | 6c91bc0 | 2012-02-16 18:47:53 -0800 | [diff] [blame] | 268 | <service |
| 269 | android:process="@string/process" |
Casper Bonde | cee0d1b | 2015-03-19 10:01:53 +0100 | [diff] [blame] | 270 | android:name=".sap.SapService" |
| 271 | android:enabled="@bool/profile_supported_sap" > |
| 272 | <intent-filter> |
| 273 | <action android:name="android.bluetooth.IBluetoothSap" /> |
| 274 | </intent-filter> |
| 275 | </service> |
| 276 | <service |
| 277 | android:process="@string/process" |
Ganesh Ganapathi Batta | 03b8386 | 2013-02-05 15:38:27 -0800 | [diff] [blame] | 278 | android:name = ".gatt.GattService" |
| 279 | android:enabled="@bool/profile_supported_gatt"> |
| 280 | <intent-filter> |
| 281 | <action android:name="android.bluetooth.IBluetoothGatt" /> |
| 282 | </intent-filter> |
| 283 | </service> |
| 284 | <service |
| 285 | android:process="@string/process" |
fredc | a7e8ef3 | 2012-05-10 22:07:32 -0700 | [diff] [blame] | 286 | android:name = ".hfp.HeadsetService" |
| 287 | android:enabled="@bool/profile_supported_hs_hfp"> |
Matthew Xie | 6c91bc0 | 2012-02-16 18:47:53 -0800 | [diff] [blame] | 288 | <intent-filter> |
| 289 | <action android:name="android.bluetooth.IBluetoothHeadset" /> |
| 290 | </intent-filter> |
| 291 | </service> |
| 292 | <service |
| 293 | android:process="@string/process" |
fredc | a7e8ef3 | 2012-05-10 22:07:32 -0700 | [diff] [blame] | 294 | android:name = ".a2dp.A2dpService" |
| 295 | android:enabled="@bool/profile_supported_a2dp"> |
Matthew Xie | 6c91bc0 | 2012-02-16 18:47:53 -0800 | [diff] [blame] | 296 | <intent-filter> |
| 297 | <action android:name="android.bluetooth.IBluetoothA2dp" /> |
| 298 | </intent-filter> |
| 299 | </service> |
Matthew Xie | 35207a5 | 2012-03-21 23:11:40 -0700 | [diff] [blame] | 300 | <service |
| 301 | android:process="@string/process" |
Sanket Agarwal | 9287038 | 2016-03-30 17:53:54 -0700 | [diff] [blame] | 302 | android:name = ".a2dpsink.A2dpSinkService" |
Mike Lockwood | c030f08 | 2014-06-07 14:04:40 -0700 | [diff] [blame] | 303 | android:enabled="@bool/profile_supported_a2dp_sink"> |
| 304 | <intent-filter> |
| 305 | <action android:name="android.bluetooth.IBluetoothA2dpSink" /> |
| 306 | </intent-filter> |
| 307 | </service> |
| 308 | <service |
| 309 | android:process="@string/process" |
Sanket Agarwal | 9287038 | 2016-03-30 17:53:54 -0700 | [diff] [blame] | 310 | android:name=".a2dpsink.mbs.A2dpMediaBrowserService" |
| 311 | android:exported="true" |
| 312 | android:enabled="@bool/profile_supported_a2dp_sink"> |
| 313 | <intent-filter> |
| 314 | <action android:name="android.media.browse.MediaBrowserService" /> |
| 315 | </intent-filter> |
| 316 | </service> |
| 317 | <service |
| 318 | android:process="@string/process" |
Mike Lockwood | 066ad9e1 | 2014-06-06 13:04:55 -0700 | [diff] [blame] | 319 | android:name = ".avrcp.AvrcpControllerService" |
| 320 | android:enabled="@bool/profile_supported_avrcp_controller"> |
| 321 | <intent-filter> |
| 322 | <action android:name="android.bluetooth.IBluetoothAvrcpController" /> |
| 323 | </intent-filter> |
| 324 | </service> |
| 325 | <service |
| 326 | android:process="@string/process" |
fredc | a7e8ef3 | 2012-05-10 22:07:32 -0700 | [diff] [blame] | 327 | android:name = ".hid.HidService" |
| 328 | android:enabled="@bool/profile_supported_hid"> |
Matthew Xie | 35207a5 | 2012-03-21 23:11:40 -0700 | [diff] [blame] | 329 | <intent-filter> |
| 330 | <action android:name="android.bluetooth.IBluetoothInputDevice" /> |
| 331 | </intent-filter> |
| 332 | </service> |
Matthew Xie | 676cb1b | 2012-03-22 17:32:29 -0700 | [diff] [blame] | 333 | <service |
| 334 | android:process="@string/process" |
fredc | a7e8ef3 | 2012-05-10 22:07:32 -0700 | [diff] [blame] | 335 | android:name = ".hdp.HealthService" |
| 336 | android:enabled="@bool/profile_supported_hdp"> |
Matthew Xie | 676cb1b | 2012-03-22 17:32:29 -0700 | [diff] [blame] | 337 | <intent-filter> |
| 338 | <action android:name="android.bluetooth.IBluetoothHealth" /> |
| 339 | </intent-filter> |
| 340 | </service> |
fredc | 6654f5c | 2012-04-12 00:18:52 -0700 | [diff] [blame] | 341 | <service |
| 342 | android:process="@string/process" |
fredc | a7e8ef3 | 2012-05-10 22:07:32 -0700 | [diff] [blame] | 343 | android:name = ".pan.PanService" |
| 344 | android:enabled="@bool/profile_supported_pan"> |
fredc | 6654f5c | 2012-04-12 00:18:52 -0700 | [diff] [blame] | 345 | <intent-filter> |
| 346 | <action android:name="android.bluetooth.IBluetoothPan" /> |
| 347 | </intent-filter> |
| 348 | </service> |
Sanket Agarwal | a9ad98e | 2016-03-09 15:29:38 -0800 | [diff] [blame] | 349 | <service |
Hemant Gupta | aebc726 | 2013-08-19 18:54:29 +0530 | [diff] [blame] | 350 | android:process="@string/process" |
Mike Lockwood | 8d536f3 | 2014-06-12 12:07:01 -0700 | [diff] [blame] | 351 | android:name = ".hfpclient.HeadsetClientService" |
Hemant Gupta | aebc726 | 2013-08-19 18:54:29 +0530 | [diff] [blame] | 352 | android:enabled="@bool/profile_supported_hfpclient"> |
| 353 | <intent-filter> |
Mike Lockwood | 8d536f3 | 2014-06-12 12:07:01 -0700 | [diff] [blame] | 354 | <action android:name="android.bluetooth.IBluetoothHeadsetClient" /> |
Hemant Gupta | aebc726 | 2013-08-19 18:54:29 +0530 | [diff] [blame] | 355 | </intent-filter> |
| 356 | </service> |
Sanket Agarwal | 9287038 | 2016-03-30 17:53:54 -0700 | [diff] [blame] | 357 | <service |
| 358 | android:process="@string/process" |
| 359 | android:name=".hfpclient.connserv.HfpClientConnectionService" |
| 360 | android:permission="android.permission.BIND_CONNECTION_SERVICE" |
Bryce Lee | 70c7604 | 2016-05-09 13:52:14 -0700 | [diff] [blame] | 361 | android:enabled="@bool/hfp_client_connection_service_enabled"> |
Sanket Agarwal | a9ad98e | 2016-03-09 15:29:38 -0800 | [diff] [blame] | 362 | <intent-filter> |
| 363 | <!-- Mechanism for Telecom stack to connect --> |
| 364 | <action android:name="android.telecom.ConnectionService" /> |
| 365 | </intent-filter> |
| 366 | </service> |
Joseph Pirozzo | b874a1d | 2016-03-09 15:22:11 -0800 | [diff] [blame] | 367 | <service |
| 368 | android:process="@string/process" |
| 369 | android:name = ".pbapclient.PbapClientService" |
| 370 | android:enabled="@bool/profile_supported_pbapclient"> |
| 371 | <intent-filter> |
| 372 | <action android:name="android.bluetooth.IBluetoothPbapClient" /> |
| 373 | </intent-filter> |
| 374 | </service> |
| 375 | <!-- Authenticator for PBAP account. --> |
Joseph Pirozzo | 4254383 | 2016-03-17 15:06:46 -0700 | [diff] [blame] | 376 | <service |
Sanket Agarwal | 9287038 | 2016-03-30 17:53:54 -0700 | [diff] [blame] | 377 | android:process="@string/process" |
Joseph Pirozzo | 4254383 | 2016-03-17 15:06:46 -0700 | [diff] [blame] | 378 | android:name=".AuthenticationService" |
| 379 | android:exported="true" |
| 380 | android:enabled="@bool/profile_supported_pbapclient"> |
Joseph Pirozzo | b874a1d | 2016-03-09 15:22:11 -0800 | [diff] [blame] | 381 | <intent-filter> |
| 382 | <action android:name="android.accounts.AccountAuthenticator" /> |
| 383 | </intent-filter> |
| 384 | <meta-data |
| 385 | android:name="android.accounts.AccountAuthenticator" |
| 386 | android:resource="@xml/authenticator" /> |
| 387 | </service> |
Nick Pelly | 09e9cba | 2009-07-10 18:45:13 -0700 | [diff] [blame] | 388 | </application> |
| 389 | </manifest> |