Skip to content

Commit

Permalink
Framework: Add config for data switch
Browse files Browse the repository at this point in the history
Add a bool config for data switch

Change-Id: Ic57ca5dce556b9333dd283b682811d12956636f5
  • Loading branch information
mqi committed Dec 18, 2015
1 parent f5c82e6 commit 0f9ebc1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/res/res/values/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2431,4 +2431,6 @@
<!-- Keypress Optimization -->
<bool name="config_enableKeypressOptimization">false</bool>
<integer-array name="keypress_param_value"/>

<bool name="config_enableDataSwitch">false</bool>
</resources>
2 changes: 2 additions & 0 deletions core/res/res/values/symbols.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2422,4 +2422,6 @@
<!-- keypress optimization -->
<java-symbol type="bool" name="config_enableKeypressOptimization" />
<java-symbol type="array" name="keypress_param_value" />

<java-symbol type="bool" name="config_enableDataSwitch" />
</resources>

0 comments on commit 0f9ebc1

Please sign in to comment.