cm: overlay: Settings: Enable gesture settings
We'll be placing our custom touchscreen gesture settings into the AOSP gesture settings. Change-Id: If9d5dbf155415a01eaa96e21749517c1a8e135e7
This commit is contained in:
parent
22ccf5ef16
commit
087b53c654
1 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,9 @@
|
|||
limitations under the License.
|
||||
-->
|
||||
<resources>
|
||||
<!-- When true enable gesture setting. -->
|
||||
<bool name="config_gesture_settings_enabled">true</bool>
|
||||
|
||||
<!-- If the Storage Manager settings are enabled. -->
|
||||
<bool name="config_storage_manager_settings_enabled">true</bool>
|
||||
</resources>
|
||||
|
|
Loading…
Reference in a new issue