summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorRicardo Cerqueira <cyanogenmod@cerqueira.org>2014-11-15 15:25:51 -0500
committerAdnan Begovic <adnan@cyngn.com>2015-10-29 17:36:28 -0700
commitbcd2b57276599e21009f4a180575001650915176 (patch)
tree0878e445339270190ce1ff98be119aba71d231a2 /Android.mk
parent5719bbe75399c6efeb1b8c3407afea455e0baa9c (diff)
downloadpackages_apps_Settings-bcd2b57276599e21009f4a180575001650915176.zip
packages_apps_Settings-bcd2b57276599e21009f4a180575001650915176.tar.gz
packages_apps_Settings-bcd2b57276599e21009f4a180575001650915176.tar.bz2
Settings: add "advanced" menu to Display/TapToWake
Forward TapToWake from CM11 Contains Commits: Author: Ricardo Cerqueira<cyanogenmod@cerqueira.org> DisplaySettings: Add hardware-framework support for tap-to-wake Since we have tap-to-sleep globally, might as well support the wake gesture as a standalone thing through the HAF. Place it in "Display". Change-Id: I6facc2334ff9e80077581c54c428476594e91528 Author: Roman Birg <roman@cyngn.com> Settings: set proper default value for tap to wake The first time the display_settings.xml file gets inflated, the PreferenceManager takes the defaultValue and persists it in the default shared preferences file. When we read the double tap to wake preference, we assume it has a default value of true, which it uses until the user enters Display Settings for the first time. At that point, the default value is persisted, and every boot after will use the default value in display_settings.xml. Remove the default defined in the XML file. Change-Id: I0989dd73b6b3c42ff8649bc17eebf4e191293ee4 Change-Id: I271390aa7bfc56811dcf6fff7e1d05c76c4bfa48
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index ccfe64d..8c25641 100644
--- a/Android.mk
+++ b/Android.mk
@@ -31,6 +31,8 @@ include frameworks/opt/setupwizard/navigationbar/common.mk
include frameworks/opt/setupwizard/library/common.mk
include frameworks/base/packages/SettingsLib/common.mk
+LOCAL_JAVA_LIBRARIES += org.cyanogenmod.hardware
+
include $(BUILD_PACKAGE)
# Use the following include to make our test apk.