sdm660-common: overlay: telephony: Implementation of IWLAN
Enable feature flag config_feature_iwlan_available Change-Id: I927f1a0837366b35b95283797d753eb016d7a0c3
This commit is contained in:
parent
4a911c177a
commit
5fa2fdf0e8
1 changed files with 3 additions and 1 deletions
|
@ -485,7 +485,7 @@
|
||||||
<integer-array name="config_keyboardTapVibePattern">
|
<integer-array name="config_keyboardTapVibePattern">
|
||||||
<item>10</item>
|
<item>10</item>
|
||||||
</integer-array>
|
</integer-array>
|
||||||
|
|
||||||
<!-- Control the behavior when the user long presses the home button.
|
<!-- Control the behavior when the user long presses the home button.
|
||||||
0 - Nothing
|
0 - Nothing
|
||||||
1 - Menu key
|
1 - Menu key
|
||||||
|
@ -639,4 +639,6 @@
|
||||||
<string name="config_SmartChargingSupspendValue" translatable="false">1</string>
|
<string name="config_SmartChargingSupspendValue" translatable="false">1</string>
|
||||||
<string name="config_SmartChargingResumeValue" translatable="false">0</string>
|
<string name="config_SmartChargingResumeValue" translatable="false">0</string>
|
||||||
|
|
||||||
|
<!-- Configuration to enable non-default PDP during IWLAN -->
|
||||||
|
<bool name="config_feature_iwlan_enabled">true</bool>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
Loading…
Reference in a new issue