From 62ffd3f42de27f07bd45ef350c873b4d91332ace Mon Sep 17 00:00:00 2001 From: Patrick Lower Date: Sun, 24 Apr 2016 22:58:35 +0100 Subject: msm8996-common: add doze package Taken from yu lettuce Includes the following patches YUDoze: Add service for using proximity sensor for wake-up Author: Patrick Lower Date: Mon May 11 16:14:17 2015 -0400 YUDoze: Set gesture to disabled by default Author: Arne Coucheron Date: Wed May 20 00:56:19 2015 +0200 YUDoze: Consolidate doze settings Author: Christopher R. Palmer Date: Sat May 23 11:42:49 2015 -0700 YUDoze: fix defaults Author: Dave Daynard Date: Sat May 23 18:29:13 2015 -0400 YUDoze: Add back button to action bar Author: luca020400 Date: Sun May 24 15:47:17 2015 -0700 YUDoze: add proximity wake Author: Dave Daynard Date: Mon May 25 12:54:00 2015 -0400 YUDoze: restore proximity wake preference on boot Author: Dave Daynard Date: Sat Jul 4 13:44:53 2015 -0400 YUDozeService: Prevent a pm wakeup with a timestamp in the future Author: Brandon McAnsh Date: Fri Jul 24 15:40:45 2015 -0400 YUDozeService: properly fix future timestamp error Author: Patrick Lower Date: Wed Aug 5 10:51:03 2015 -0400 YUDoze: fix typo Author: Dave Daynard Date: Tue Sep 8 22:56:10 2015 -0400 YUDoze: Use ScreenType util from cmsdk Author: Michael Bestas Date: Sun Dec 13 02:51:09 2015 -0500 YUDOze: Remove summary for YUDoze Author: TheStrix Date: Sun Dec 13 07:25:36 2015 -0500 Change-Id: Ia7e668622eecf4355fd55dc9cda7ca05a6494b93 Signed-off-by: Davide Garberi --- doze/proguard.flags | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 doze/proguard.flags (limited to 'doze/proguard.flags') diff --git a/doze/proguard.flags b/doze/proguard.flags new file mode 100644 index 0000000..a21e62f --- /dev/null +++ b/doze/proguard.flags @@ -0,0 +1,3 @@ +-keep class com.cyanogenmod.settings.doze.* { + *; +} -- cgit v1.2.3