• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

device/generic/x86


Commit MetaInfo

修訂61ce8326e35365f54e3c050fc7278660d3187c15 (tree)
時間2014-08-09 04:27:02
作者Chih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Log Message

Revert the overlay introduced by commit 8383ad1c

It makes the hsb sensor in ASUS T300LA failed.

Change Summary

差異

--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -80,20 +80,4 @@
8080 <!-- When true use the linux /dev/input/event subsystem to detect the switch changes
8181 on the headphone/microphone jack. When false use the older uevent framework. -->
8282 <bool name="config_useDevInputEventForAudioJack">true</bool>
83-
84- <!-- The number of degrees to rotate the display when the keyboard is open.
85- A value of -1 means no change in orientation by default. -->
86- <integer name="config_lidOpenRotation">0</integer>
87-
88- <!-- Indicate whether the lid state impacts the accessibility of
89- the physical keyboard. 0 means it doesn't, 1 means it is accessible
90- when the lid is open, 2 means it is accessible when the lid is
91- closed. The default is 0. -->
92- <integer name="config_lidKeyboardAccessibility">1</integer>
93-
94- <!-- Indicate whether the lid state impacts the accessibility of
95- the navigation buttons. 0 means it doesn't, 1 means it is accessible
96- when the lid is open, 2 means it is accessible when the lid is
97- closed. The default is 0. -->
98- <integer name="config_lidNavigationAccessibility">1</integer>
9983 </resources>