diff options
| author | Rashed Abdel-Tawab <rashed@linux.com> | 2016-12-27 02:31:08 -0500 |
|---|---|---|
| committer | Matt Filetto <matt.filetto@gmail.com> | 2017-01-04 07:37:44 +0000 |
| commit | 7a1659b1f0c714c7d5452b9eb9eda128d0aef634 (patch) | |
| tree | cb0fd0e152daf2760d4c8ba57d18a8481dc3e898 | |
| parent | 9db673f12bc68e6da02cc85bcedf37fced44b945 (diff) | |
v20: Update tethering overlays and cleanup config.xml
Change-Id: Ica7078b0f4eff7209304c016eb5029427f073f88
| -rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index ee0c352..823751f 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -218,13 +218,13 @@ should be empty. An example would be "softap.*" --> <string-array translatable="false" name="config_tether_wifi_regexs"> <item>"wlan0"</item> + <item>"softap.*"</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>"bnep\\d"</item> <item>"bt-pan"</item> </string-array> @@ -305,9 +305,6 @@ <!-- Is the device capable of hot swapping an ICC Card --> <bool name="config_hotswapCapable">true</bool> - <!-- Flag indicating emergency calls will always use IMS irrespective of the state of - the IMS connection --> - <!-- Flag specifying whether VoLTE & VT is available on device --> <bool name="config_device_volte_available">true</bool> @@ -336,6 +333,7 @@ state changes. Voice radio tech change will always trigger an update of phone object irrespective of this config --> <bool name="config_switch_phone_on_voice_reg_state_change">false</bool> + <!-- Define Google play service package for FRP--> <string name="config_persistentDataPackageName" translatable="false">com.google.android.gms</string> @@ -382,11 +380,15 @@ rmem_min,rmem_def,rmem_max,wmem_min,wmem_def,wmem_max --> <string name="config_wifi_tcp_buffers" translatable="false">524288,1048576,2097152,262144,524288,1048576</string> + <!-- Max number of advertisers supported by bluetooth controller. 0 if the + device does not support multiple advertisement--> + <integer translatable="false" name="config_bluetooth_max_advertisers">4</integer> + <!-- Boolean indicating if current platform supports BLE peripheral mode --> <bool name="config_bluetooth_le_peripheral_mode_supported">true</bool> <!-- Operating volatage for bluetooth controller. --> - <integer name="config_bluetooth_operating_voltage_mv">3500</integer> + <integer name="config_bluetooth_operating_voltage_mv">1800</integer> <!-- Set this to true to enable the platform's auto-power-save modes like doze and app standby. These are not enabled by default because they require a standard @@ -420,6 +422,9 @@ <item>"/system/framework/oat/arm64/services.odex"</item> <item>"/system/framework/arm64/boot.oat"</item> <item>"/system/framework/arm64/boot-core-libart.oat"</item> - </string-array> + </string-array> + + <!-- Should the pinner service pin the Camera application? --> + <bool name="config_pinnerCameraApp">true</bool> </resources> |
