Loading configs/overlay/frameworks/base/core/res/res/values/config.xml 0 → 100644 +186 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <!-- /* ** Copyright 2016, The Android Open Source Project ** ** Licensed under the Apache License, Version 2.0 (the "License"); ** you may not use this file except in compliance with the License. ** You may obtain a copy of the License at ** ** http://www.apache.org/licenses/LICENSE-2.0 ** ** Unless required by applicable law or agreed to in writing, software ** distributed under the License is distributed on an "AS IS" BASIS, ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ** See the License for the specific language governing permissions and ** limitations under the License. */ --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <!-- Minimum screen brightness setting allowed by the power manager. The user is forbidden from setting the brightness below this level. --> <integer name="config_screenBrightnessSettingMinimum">1</integer> <!-- Screen brightness used to dim the screen when the user activity timeout expires. May be less than the minimum allowed brightness setting that can be set by the user. --> <integer name="config_screenBrightnessDim">20</integer> <bool name="config_automatic_brightness_available">true</bool> <integer-array name="config_autoBrightnessLevels"> <item>10</item> <item>200</item> <item>320</item> <item>450</item> <item>580</item> <item>700</item> <item>850</item> <item>950</item> <item>1500</item> <item>3000</item> <item>5000</item> <item>7000</item> <item>9000</item> <item>11000</item> <item>13000</item> <item>15000</item> <item>17000</item> </integer-array> <!-- Array of output values for LCD backlight corresponding to the LUX values in the config_autoBrightnessLevels array. This array should have size one greater than the size of the config_autoBrightnessLevels array. The brightness values must be between 0 and 255 and be non-decreasing. This must be overridden in platform specific overlays --> <integer-array name="config_autoBrightnessLcdBacklightValues"> <item>1</item> <item>12</item> <item>91</item> <item>103</item> <item>107</item> <item>113</item> <item>120</item> <item>129</item> <item>134</item> <item>152</item> <item>224</item> <item>255</item> <item>255</item> <item>255</item> <item>255</item> <item>255</item> <item>255</item> <item>255</item> </integer-array> <!-- Is the notification LED intrusive? Used to decide if there should be a disable option --> <bool name="config_intrusiveNotificationLed">true</bool> <!-- Is the device capable of hot swapping an UICC Card --> <bool name="config_hotswapCapable">true</bool> <!-- Indicate whether the SD card is accessible without removing the battery. --> <bool name="config_batterySdCardAccessibility">true</bool> <string-array name="config_tether_usb_regexs"> <item>"rndis0"</item> </string-array> <string-array name="config_tether_wifi_regexs"> <item>"wlan0"</item> </string-array> <!-- List of regexpressions describing the interface (if any) that represent tetherable bluetooth interfaces. If the device doesn't want to support tethering over bluetooth this should be empty. --> <string-array translatable="false" name="config_tether_bluetooth_regexs"> <item>"bt-pan"</item> <item>"bt-dun"</item> </string-array> <!-- Indicate whether closing the lid causes the device to go to sleep and opening it causes the device to wake up. The default is false. --> <bool name="config_lidControlsSleep">true</bool> <bool name="config_wifi_background_scan_support">true</bool> <!-- Wifi DualBand --> <bool name="config_wifi_dual_band_support">true</bool> <!-- Configuration to restart radio upon PDP_DEACTIVATE with error cause as Regular deactivation(36). --> <bool name="config_restart_radio_on_pdp_fail_regular_deactivation">false</bool> <string-array translatable="false" name="networkAttributes"> <item>wifi,1,1,1,-1,true</item> <item>mobile,0,0,0,-1,true</item> <item>mobile_mms,2,0,2,300000,true</item> <item>mobile_supl,3,0,2,300000,true</item> <item>mobile_dun,4,0,3,300000,true</item> <item>mobile_hipri,5,0,3,300000,true</item> <item>mobile_fota,10,0,2,300000,true</item> <item>mobile_ims,11,0,2,300000,true</item> <item>mobile_cbs,12,0,2,300000,true</item> <item>mobile_dm,34,0,3,300000,true</item> <item>mobile_wap,35,0,3,300000,true</item> <item>mobile_net,36,0,3,300000,true</item> <item>mobile_cmmail,37,0,3,300000,true</item> <item>mobile_rcse,38,0,3,300000,true</item> <item>usb,40,40,0,-1,true</item> <item>mobile_ia,14,0,2,-1,true</item> <item>bluetooth,7,7,0,-1,true</item> <item>csd,41,41,3,-1,true</item> </string-array> <string-array translatable="false" name="radioAttributes"> <item>1,1</item> <item>0,1</item> <item>7,1</item> <item>41,1</item> <item>49,1</item> </string-array> <!-- Set to true to add links to Cell Broadcast app from Settings and MMS app. --> <bool name="config_cellBroadcastAppLinks">true</bool> <!-- Whether safe headphone volume is enabled or not (country specific). --> <bool name="config_safe_media_volume_enabled">true</bool> <!-- If supported, are dreams enabled? (by default) --> <bool name="config_dreamsEnabledByDefault">true</bool> <!-- Flag indicating if the speed up audio on mt call code should be executed --> <bool name="config_speed_up_audio_on_mt_calls">true</bool> <bool name="config_suspendWhenScreenOffDueToProximity">true</bool> <!-- Maximum number of supported users --> <integer name="config_multiuserMaximumUsers">4</integer> <!-- Whether Multiuser UI should be shown --> <bool name="config_enableMultiUserUI">true</bool> <bool name="config_user_notification_of_restrictied_mobile_access">false</bool> <!-- Flag indicating which package name can access the persistent data partition --> <string name="config_persistentDataPackageName" translatable="false">com.google.android.gms</string> <!-- Enable doze mode ComponentName of a dream to show whenever the system would otherwise have gone to sleep. --> <string name="config_dozeComponent">com.android.systemui/com.android.systemui.doze.DozeService</string> <!-- If true, the doze component is not started until after the screen has been turned off and the screen off animation has been performed. --> <bool name="config_dozeAfterScreenOff">true</bool> <!-- Specifies whether to decouple the interactive state of the device from the display on/off state. --> <bool name="config_powerDecoupleInteractiveModeFromDisplay">true</bool> <!-- Auto Power Modes is required for Doze and App Standby --> <bool name="config_enableAutoPowerModes">true</bool> <!-- Control whether Night display is available. --> <bool name="config_nightDisplayAvailable">true</bool> <bool name="config_supportDoubleTapWake">true</bool> </resources> configs/overlay/frameworks/base/core/res/res/xml/power_profile.xml 0 → 100644 +69 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <!-- ** ** Copyright 2016, The Android Open Source Project ** ** Licensed under the Apache License, Version 2.0 (the "License") ** you may not use this file except in compliance with the License. ** You may obtain a copy of the License at ** ** http://www.apache.org/licenses/LICENSE-2.0 ** ** Unless required by applicable law or agreed to in writing, software ** distributed under the License is distributed on an "AS IS" BASIS, ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ** See the License for the specific language governing permissions and ** limitations under the License. */ --> <device name="Android"> <item name="none">0</item> <item name="screen.on">202</item> <!-- From lenovo sources --> <item name="screen.full">281</item> <!-- From lenovo sources --> <item name="bluetooth.active">126</item> <!-- From lenovo sources --> <item name="bluetooth.on">3.7</item> <!-- From lenovo sources --> <item name="wifi.on">5</item> <item name="wifi.active">125</item> <item name="wifi.scan">30</item> <item name="dsp.audio">50</item> <item name="dsp.video">80</item> <item name="radio.active">117</item> <!-- From lenovo sources --> <item name="radio.scanning">21</item> <!-- From lenovo sources --> <item name="gps.on">30</item> <array name="radio.on"> <value>2</value> <value>1</value> </array> <array name="cpu.speeds"> <value>299000</value> <value>442000</value> <value>598000</value> <value>819000</value> <value>1040000</value> <value>1144000</value> <value>1235000</value> <value>1300000</value> </array> <item name="cpu.idle">3.9</item> <item name="cpu.awake">62</item> <array name="cpu.active"> <value>82.4</value> <value>80</value> <value>100</value> <value>130</value> <value>150</value> <value>180</value> <value>200</value> <value>220</value> <value>250</value> </array> <item name="battery.capacity">3300</item> <array name="wifi.batchedscan"> <!-- mA --> <value>.2</value> <!-- 1-8/hr --> <value>2</value> <!-- 9-64/hr --> <value>20</value> <!-- 65-512/hr --> <value>200</value> <!-- 513-4,096/hr --> <value>500</value> <!-- 4097-/hr --> </array> </device> configs/overlay/frameworks/base/packages/SettingsLib/res/values/arrays.xml 0 → 100644 +29 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <!-- /* ** ** Copyright 2015 The Android Open Source Project ** 2017 The LineageOS Project ** ** Licensed under the Apache License, Version 2.0 (the "License"); ** you may not use this file except in compliance with the License. ** You may obtain a copy of the License at ** ** http://www.apache.org/licenses/LICENSE-2.0 ** ** Unless required by applicable law or agreed to in writing, software ** distributed under the License is distributed on an "AS IS" BASIS, ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ** See the License for the specific language governing permissions and ** limitations under the License. */ --> <resources> <!-- IDs for each color mode. The values must match the corresponding constants in android.view.Display --> <integer-array name="color_mode_ids"> <item>0</item> <item>-1</item> <item>-1</item> </integer-array> </resources> configs/overlay/frameworks/base/packages/SystemUI/res/values/config.xml 0 → 100644 +34 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <!-- ** ** Copyright 2016, The Android Open Source Project ** ** Licensed under the Apache License, Version 2.0 (the "License"); ** you may not use this file except in compliance with the License. ** You may obtain a copy of the License at ** ** http://www.apache.org/licenses/LICENSE-2.0 ** ** Unless required by applicable law or agreed to in writing, software ** distributed under the License is distributed on an "AS IS" BASIS, ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ** See the License for the specific language governing permissions and ** limitations under the License. */ --> <resources> <!-- Control whether status bar should distinguish HSPA data icon form UMTS data icon on devices --> <bool name="config_hspa_data_distinguishable">true</bool> <!-- Doze: does this device support STATE_DOZE and STATE_DOZE_SUSPEND? --> <bool name="doze_display_state_supported">true</bool> <!-- Doze: should the pickup sensor be used as a pulse signal? --> <bool name="doze_pulse_on_pick_up">true</bool> <!-- Doze: can we assume the pickup sensor includes a proximity check? --> <bool name="doze_pickup_performs_proximity_check">false</bool> <!-- Should "4G" be shown instead of "LTE" when the network is NETWORK_TYPE_LTE? --> <bool name="config_show4GForLTE">false</bool> </resources> configs/overlay/packages/apps/Bluetooth/res/values/config.xml 0 → 100644 +36 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <!-- ** ** Copyright 2016, The Android Open Source Project ** ** Licensed under the Apache License, Version 2.0 (the "License"); ** you may not use this file except in compliance with the License. ** You may obtain a copy of the License at ** ** http://www.apache.org/licenses/LICENSE-2.0 ** ** Unless required by applicable law or agreed to in writing, software ** distributed under the License is distributed on an "AS IS" BASIS, ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ** See the License for the specific language governing permissions and ** limitations under the License. */ --> <resources> <bool name="profile_supported_a2dp">true</bool> <bool name="profile_supported_a2dp_sink">false</bool> <bool name="profile_supported_hdp">true</bool> <bool name="profile_supported_hs_hfp">true</bool> <bool name="profile_supported_hfpclient">false</bool> <bool name="profile_supported_hid">true</bool> <bool name="profile_supported_opp">true</bool> <bool name="profile_supported_pan">true</bool> <bool name="profile_supported_pbap">true</bool> <bool name="profile_supported_gatt">true</bool> <bool name="pbap_include_photos_in_vcard">false</bool> <bool name="pbap_use_profile_for_owner_vcard">true</bool> <bool name="profile_supported_map">true</bool> <bool name="profile_supported_avrcp_controller">false</bool> <bool name="profile_supported_sap">false</bool> </resources> Loading
configs/overlay/frameworks/base/core/res/res/values/config.xml 0 → 100644 +186 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <!-- /* ** Copyright 2016, The Android Open Source Project ** ** Licensed under the Apache License, Version 2.0 (the "License"); ** you may not use this file except in compliance with the License. ** You may obtain a copy of the License at ** ** http://www.apache.org/licenses/LICENSE-2.0 ** ** Unless required by applicable law or agreed to in writing, software ** distributed under the License is distributed on an "AS IS" BASIS, ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ** See the License for the specific language governing permissions and ** limitations under the License. */ --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <!-- Minimum screen brightness setting allowed by the power manager. The user is forbidden from setting the brightness below this level. --> <integer name="config_screenBrightnessSettingMinimum">1</integer> <!-- Screen brightness used to dim the screen when the user activity timeout expires. May be less than the minimum allowed brightness setting that can be set by the user. --> <integer name="config_screenBrightnessDim">20</integer> <bool name="config_automatic_brightness_available">true</bool> <integer-array name="config_autoBrightnessLevels"> <item>10</item> <item>200</item> <item>320</item> <item>450</item> <item>580</item> <item>700</item> <item>850</item> <item>950</item> <item>1500</item> <item>3000</item> <item>5000</item> <item>7000</item> <item>9000</item> <item>11000</item> <item>13000</item> <item>15000</item> <item>17000</item> </integer-array> <!-- Array of output values for LCD backlight corresponding to the LUX values in the config_autoBrightnessLevels array. This array should have size one greater than the size of the config_autoBrightnessLevels array. The brightness values must be between 0 and 255 and be non-decreasing. This must be overridden in platform specific overlays --> <integer-array name="config_autoBrightnessLcdBacklightValues"> <item>1</item> <item>12</item> <item>91</item> <item>103</item> <item>107</item> <item>113</item> <item>120</item> <item>129</item> <item>134</item> <item>152</item> <item>224</item> <item>255</item> <item>255</item> <item>255</item> <item>255</item> <item>255</item> <item>255</item> <item>255</item> </integer-array> <!-- Is the notification LED intrusive? Used to decide if there should be a disable option --> <bool name="config_intrusiveNotificationLed">true</bool> <!-- Is the device capable of hot swapping an UICC Card --> <bool name="config_hotswapCapable">true</bool> <!-- Indicate whether the SD card is accessible without removing the battery. --> <bool name="config_batterySdCardAccessibility">true</bool> <string-array name="config_tether_usb_regexs"> <item>"rndis0"</item> </string-array> <string-array name="config_tether_wifi_regexs"> <item>"wlan0"</item> </string-array> <!-- List of regexpressions describing the interface (if any) that represent tetherable bluetooth interfaces. If the device doesn't want to support tethering over bluetooth this should be empty. --> <string-array translatable="false" name="config_tether_bluetooth_regexs"> <item>"bt-pan"</item> <item>"bt-dun"</item> </string-array> <!-- Indicate whether closing the lid causes the device to go to sleep and opening it causes the device to wake up. The default is false. --> <bool name="config_lidControlsSleep">true</bool> <bool name="config_wifi_background_scan_support">true</bool> <!-- Wifi DualBand --> <bool name="config_wifi_dual_band_support">true</bool> <!-- Configuration to restart radio upon PDP_DEACTIVATE with error cause as Regular deactivation(36). --> <bool name="config_restart_radio_on_pdp_fail_regular_deactivation">false</bool> <string-array translatable="false" name="networkAttributes"> <item>wifi,1,1,1,-1,true</item> <item>mobile,0,0,0,-1,true</item> <item>mobile_mms,2,0,2,300000,true</item> <item>mobile_supl,3,0,2,300000,true</item> <item>mobile_dun,4,0,3,300000,true</item> <item>mobile_hipri,5,0,3,300000,true</item> <item>mobile_fota,10,0,2,300000,true</item> <item>mobile_ims,11,0,2,300000,true</item> <item>mobile_cbs,12,0,2,300000,true</item> <item>mobile_dm,34,0,3,300000,true</item> <item>mobile_wap,35,0,3,300000,true</item> <item>mobile_net,36,0,3,300000,true</item> <item>mobile_cmmail,37,0,3,300000,true</item> <item>mobile_rcse,38,0,3,300000,true</item> <item>usb,40,40,0,-1,true</item> <item>mobile_ia,14,0,2,-1,true</item> <item>bluetooth,7,7,0,-1,true</item> <item>csd,41,41,3,-1,true</item> </string-array> <string-array translatable="false" name="radioAttributes"> <item>1,1</item> <item>0,1</item> <item>7,1</item> <item>41,1</item> <item>49,1</item> </string-array> <!-- Set to true to add links to Cell Broadcast app from Settings and MMS app. --> <bool name="config_cellBroadcastAppLinks">true</bool> <!-- Whether safe headphone volume is enabled or not (country specific). --> <bool name="config_safe_media_volume_enabled">true</bool> <!-- If supported, are dreams enabled? (by default) --> <bool name="config_dreamsEnabledByDefault">true</bool> <!-- Flag indicating if the speed up audio on mt call code should be executed --> <bool name="config_speed_up_audio_on_mt_calls">true</bool> <bool name="config_suspendWhenScreenOffDueToProximity">true</bool> <!-- Maximum number of supported users --> <integer name="config_multiuserMaximumUsers">4</integer> <!-- Whether Multiuser UI should be shown --> <bool name="config_enableMultiUserUI">true</bool> <bool name="config_user_notification_of_restrictied_mobile_access">false</bool> <!-- Flag indicating which package name can access the persistent data partition --> <string name="config_persistentDataPackageName" translatable="false">com.google.android.gms</string> <!-- Enable doze mode ComponentName of a dream to show whenever the system would otherwise have gone to sleep. --> <string name="config_dozeComponent">com.android.systemui/com.android.systemui.doze.DozeService</string> <!-- If true, the doze component is not started until after the screen has been turned off and the screen off animation has been performed. --> <bool name="config_dozeAfterScreenOff">true</bool> <!-- Specifies whether to decouple the interactive state of the device from the display on/off state. --> <bool name="config_powerDecoupleInteractiveModeFromDisplay">true</bool> <!-- Auto Power Modes is required for Doze and App Standby --> <bool name="config_enableAutoPowerModes">true</bool> <!-- Control whether Night display is available. --> <bool name="config_nightDisplayAvailable">true</bool> <bool name="config_supportDoubleTapWake">true</bool> </resources>
configs/overlay/frameworks/base/core/res/res/xml/power_profile.xml 0 → 100644 +69 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <!-- ** ** Copyright 2016, The Android Open Source Project ** ** Licensed under the Apache License, Version 2.0 (the "License") ** you may not use this file except in compliance with the License. ** You may obtain a copy of the License at ** ** http://www.apache.org/licenses/LICENSE-2.0 ** ** Unless required by applicable law or agreed to in writing, software ** distributed under the License is distributed on an "AS IS" BASIS, ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ** See the License for the specific language governing permissions and ** limitations under the License. */ --> <device name="Android"> <item name="none">0</item> <item name="screen.on">202</item> <!-- From lenovo sources --> <item name="screen.full">281</item> <!-- From lenovo sources --> <item name="bluetooth.active">126</item> <!-- From lenovo sources --> <item name="bluetooth.on">3.7</item> <!-- From lenovo sources --> <item name="wifi.on">5</item> <item name="wifi.active">125</item> <item name="wifi.scan">30</item> <item name="dsp.audio">50</item> <item name="dsp.video">80</item> <item name="radio.active">117</item> <!-- From lenovo sources --> <item name="radio.scanning">21</item> <!-- From lenovo sources --> <item name="gps.on">30</item> <array name="radio.on"> <value>2</value> <value>1</value> </array> <array name="cpu.speeds"> <value>299000</value> <value>442000</value> <value>598000</value> <value>819000</value> <value>1040000</value> <value>1144000</value> <value>1235000</value> <value>1300000</value> </array> <item name="cpu.idle">3.9</item> <item name="cpu.awake">62</item> <array name="cpu.active"> <value>82.4</value> <value>80</value> <value>100</value> <value>130</value> <value>150</value> <value>180</value> <value>200</value> <value>220</value> <value>250</value> </array> <item name="battery.capacity">3300</item> <array name="wifi.batchedscan"> <!-- mA --> <value>.2</value> <!-- 1-8/hr --> <value>2</value> <!-- 9-64/hr --> <value>20</value> <!-- 65-512/hr --> <value>200</value> <!-- 513-4,096/hr --> <value>500</value> <!-- 4097-/hr --> </array> </device>
configs/overlay/frameworks/base/packages/SettingsLib/res/values/arrays.xml 0 → 100644 +29 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <!-- /* ** ** Copyright 2015 The Android Open Source Project ** 2017 The LineageOS Project ** ** Licensed under the Apache License, Version 2.0 (the "License"); ** you may not use this file except in compliance with the License. ** You may obtain a copy of the License at ** ** http://www.apache.org/licenses/LICENSE-2.0 ** ** Unless required by applicable law or agreed to in writing, software ** distributed under the License is distributed on an "AS IS" BASIS, ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ** See the License for the specific language governing permissions and ** limitations under the License. */ --> <resources> <!-- IDs for each color mode. The values must match the corresponding constants in android.view.Display --> <integer-array name="color_mode_ids"> <item>0</item> <item>-1</item> <item>-1</item> </integer-array> </resources>
configs/overlay/frameworks/base/packages/SystemUI/res/values/config.xml 0 → 100644 +34 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <!-- ** ** Copyright 2016, The Android Open Source Project ** ** Licensed under the Apache License, Version 2.0 (the "License"); ** you may not use this file except in compliance with the License. ** You may obtain a copy of the License at ** ** http://www.apache.org/licenses/LICENSE-2.0 ** ** Unless required by applicable law or agreed to in writing, software ** distributed under the License is distributed on an "AS IS" BASIS, ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ** See the License for the specific language governing permissions and ** limitations under the License. */ --> <resources> <!-- Control whether status bar should distinguish HSPA data icon form UMTS data icon on devices --> <bool name="config_hspa_data_distinguishable">true</bool> <!-- Doze: does this device support STATE_DOZE and STATE_DOZE_SUSPEND? --> <bool name="doze_display_state_supported">true</bool> <!-- Doze: should the pickup sensor be used as a pulse signal? --> <bool name="doze_pulse_on_pick_up">true</bool> <!-- Doze: can we assume the pickup sensor includes a proximity check? --> <bool name="doze_pickup_performs_proximity_check">false</bool> <!-- Should "4G" be shown instead of "LTE" when the network is NETWORK_TYPE_LTE? --> <bool name="config_show4GForLTE">false</bool> </resources>
configs/overlay/packages/apps/Bluetooth/res/values/config.xml 0 → 100644 +36 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <!-- ** ** Copyright 2016, The Android Open Source Project ** ** Licensed under the Apache License, Version 2.0 (the "License"); ** you may not use this file except in compliance with the License. ** You may obtain a copy of the License at ** ** http://www.apache.org/licenses/LICENSE-2.0 ** ** Unless required by applicable law or agreed to in writing, software ** distributed under the License is distributed on an "AS IS" BASIS, ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ** See the License for the specific language governing permissions and ** limitations under the License. */ --> <resources> <bool name="profile_supported_a2dp">true</bool> <bool name="profile_supported_a2dp_sink">false</bool> <bool name="profile_supported_hdp">true</bool> <bool name="profile_supported_hs_hfp">true</bool> <bool name="profile_supported_hfpclient">false</bool> <bool name="profile_supported_hid">true</bool> <bool name="profile_supported_opp">true</bool> <bool name="profile_supported_pan">true</bool> <bool name="profile_supported_pbap">true</bool> <bool name="profile_supported_gatt">true</bool> <bool name="pbap_include_photos_in_vcard">false</bool> <bool name="pbap_use_profile_for_owner_vcard">true</bool> <bool name="profile_supported_map">true</bool> <bool name="profile_supported_avrcp_controller">false</bool> <bool name="profile_supported_sap">false</bool> </resources>