msm8937-common: Update for moved hardware key overlays
* These have now been moved to the SDK * Retire custom settings for longPressHome & longPressOnAppSwitch Change-Id: I551ddc8c58ccd7184fddb1c615b15cce8127daad
This commit is contained in:
parent
20968a5ba6
commit
5b3314281b
2 changed files with 52 additions and 52 deletions
|
@ -20,58 +20,6 @@
|
||||||
|
|
||||||
<integer name="config_buttonBrightnessSettingDefault">0</integer>
|
<integer name="config_buttonBrightnessSettingDefault">0</integer>
|
||||||
|
|
||||||
<!-- Hardware keys present on the device, stored as a bit field.
|
|
||||||
This integer should equal the sum of the corresponding value for each
|
|
||||||
of the following keys present:
|
|
||||||
1 - Home
|
|
||||||
2 - Back
|
|
||||||
4 - Menu
|
|
||||||
8 - Assistant (search)
|
|
||||||
16 - App switch
|
|
||||||
32 - Camera
|
|
||||||
64 - Volume rocker
|
|
||||||
For example, a device with Home, Back and Menu keys would set this
|
|
||||||
config to 7. -->
|
|
||||||
<integer name="config_deviceHardwareKeys">83</integer>
|
|
||||||
|
|
||||||
<!-- Hardware keys present on the device with the ability to wake, stored as a bit field.
|
|
||||||
This integer should equal the sum of the corresponding value for each
|
|
||||||
of the following keys present:
|
|
||||||
1 - Home
|
|
||||||
2 - Back
|
|
||||||
4 - Menu
|
|
||||||
8 - Assistant (search)
|
|
||||||
16 - App switch
|
|
||||||
32 - Camera
|
|
||||||
64 - Volume rocker
|
|
||||||
For example, a device with Home, Back and Menu keys would set this
|
|
||||||
config to 7. -->
|
|
||||||
<integer name="config_deviceHardwareWakeKeys">64</integer>
|
|
||||||
|
|
||||||
<!-- Control the behavior when the user long presses the home button.
|
|
||||||
0 - Nothing
|
|
||||||
1 - Menu key
|
|
||||||
2 - Recent apps view in SystemUI
|
|
||||||
3 - Launch assist intent
|
|
||||||
4 - Voice Search
|
|
||||||
5 - In-app Search
|
|
||||||
This needs to match the constants in
|
|
||||||
policy/src/com/android/internal/policy/impl/PhoneWindowManager.java
|
|
||||||
-->
|
|
||||||
<integer name="config_longPressOnHomeBehavior">3</integer>
|
|
||||||
|
|
||||||
<!-- Control the behavior when the user long presses the app switch button.
|
|
||||||
0 - Nothing
|
|
||||||
1 - Menu key
|
|
||||||
2 - Recent apps view in SystemUI
|
|
||||||
3 - Launch assist intent
|
|
||||||
4 - Voice Search
|
|
||||||
5 - In-app Search
|
|
||||||
This needs to match the constants in
|
|
||||||
services/core/java/com/android/server/policy/policy/impl/PhoneWindowManager.java
|
|
||||||
-->
|
|
||||||
<integer name="config_longPressOnAppSwitchBehavior">1</integer>
|
|
||||||
|
|
||||||
<!-- Support in Surfaceflinger for blur layers.
|
<!-- Support in Surfaceflinger for blur layers.
|
||||||
NOTE: This requires additional hardware-specific code. -->
|
NOTE: This requires additional hardware-specific code. -->
|
||||||
<bool name="config_uiBlurEnabled">true</bool>
|
<bool name="config_uiBlurEnabled">true</bool>
|
||||||
|
|
|
@ -21,6 +21,58 @@
|
||||||
<integer name="config_proximityCheckTimeout">100</integer>
|
<integer name="config_proximityCheckTimeout">100</integer>
|
||||||
<bool name="config_proximityCheckOnWakeEnabledByDefault">true</bool>
|
<bool name="config_proximityCheckOnWakeEnabledByDefault">true</bool>
|
||||||
|
|
||||||
|
<!-- Hardware keys present on the device, stored as a bit field.
|
||||||
|
This integer should equal the sum of the corresponding value for each
|
||||||
|
of the following keys present:
|
||||||
|
1 - Home
|
||||||
|
2 - Back
|
||||||
|
4 - Menu
|
||||||
|
8 - Assistant (search)
|
||||||
|
16 - App switch
|
||||||
|
32 - Camera
|
||||||
|
64 - Volume rocker
|
||||||
|
For example, a device with Home, Back and Menu keys would set this
|
||||||
|
config to 7. -->
|
||||||
|
<integer name="config_deviceHardwareKeys">83</integer>
|
||||||
|
|
||||||
|
<!-- Hardware keys present on the device with the ability to wake, stored as a bit field.
|
||||||
|
This integer should equal the sum of the corresponding value for each
|
||||||
|
of the following keys present:
|
||||||
|
1 - Home
|
||||||
|
2 - Back
|
||||||
|
4 - Menu
|
||||||
|
8 - Assistant (search)
|
||||||
|
16 - App switch
|
||||||
|
32 - Camera
|
||||||
|
64 - Volume rocker
|
||||||
|
For example, a device with Home, Back and Menu keys would set this
|
||||||
|
config to 7. -->
|
||||||
|
<integer name="config_deviceHardwareWakeKeys">64</integer>
|
||||||
|
|
||||||
|
<!-- Control the behavior when the user long presses the home button.
|
||||||
|
0 - Nothing
|
||||||
|
1 - Menu key
|
||||||
|
2 - Recent apps view in SystemUI
|
||||||
|
3 - Launch assist intent
|
||||||
|
4 - Voice Search
|
||||||
|
5 - In-app Search
|
||||||
|
This needs to match the constants in
|
||||||
|
policy/src/com/android/internal/policy/impl/PhoneWindowManager.java
|
||||||
|
-->
|
||||||
|
<integer name="config_longPressOnHomeBehavior">3</integer>
|
||||||
|
|
||||||
|
<!-- Control the behavior when the user long presses the app switch button.
|
||||||
|
0 - Nothing
|
||||||
|
1 - Menu key
|
||||||
|
2 - Recent apps view in SystemUI
|
||||||
|
3 - Launch assist intent
|
||||||
|
4 - Voice Search
|
||||||
|
5 - In-app Search
|
||||||
|
This needs to match the constants in
|
||||||
|
services/core/java/com/android/server/policy/policy/impl/PhoneWindowManager.java
|
||||||
|
-->
|
||||||
|
<integer name="config_longPressOnAppSwitchBehavior">1</integer>
|
||||||
|
|
||||||
<!-- All the capabilities of the LEDs on this device, stored as a bit field.
|
<!-- All the capabilities of the LEDs on this device, stored as a bit field.
|
||||||
This integer should equal the sum of the corresponding value for each
|
This integer should equal the sum of the corresponding value for each
|
||||||
of the following capabilities present:
|
of the following capabilities present:
|
||||||
|
|
Loading…
Reference in a new issue