sdm845-common: Add OnePlusDoze app for pickup sensor handling
* Based off android_device_oneplus_oneplus3 doze app but with proximity related features stripped out and updated pickup sensor name. Change-Id: I9f81b153948069cd4370c75817f12e91f6869e1d
This commit is contained in:
parent
73f4be30aa
commit
ee329ad0bb
16 changed files with 774 additions and 0 deletions
8
doze/proguard.flags
Normal file
8
doze/proguard.flags
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
-keepclasseswithmembers class * {
|
||||
public <init>(android.content.Context, android.util.AttributeSet);
|
||||
}
|
||||
|
||||
-keep class ** extends android.support.v14.preference.PreferenceFragment
|
||||
-keep class org.lineageos.settings.doze.* {
|
||||
*;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue