diff options
| author | Pavel Kirpichyov <pavel.kirpichyov@gmail.com> | 2016-01-04 16:03:24 +0100 |
|---|---|---|
| committer | Gerrit Code Review <gerrit@cyanogenmod.org> | 2016-01-09 17:56:20 -0800 |
| commit | 3a8610c85b9d43d370510d94c3387c5586828665 (patch) | |
| tree | 7b372ad58cae76dd8f7f3304177930dbc18f13fb | |
| parent | 96c0a85631b6b65938739e4251504e49c8bf813c (diff) | |
Bluetooth: Enable SAP profile support
Change-Id: I9db22af4345da4232a90f78ce5a5c8c193493f46
| -rw-r--r-- | overlay/packages/apps/Bluetooth/res/values/config.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/overlay/packages/apps/Bluetooth/res/values/config.xml b/overlay/packages/apps/Bluetooth/res/values/config.xml new file mode 100644 index 0000000..69ae66f --- /dev/null +++ b/overlay/packages/apps/Bluetooth/res/values/config.xml @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <bool name="profile_supported_sap">true</bool> +</resources> |
