diff options
author | Bruno Martins <bgcngm@gmail.com> | 2019-09-02 10:15:57 +0100 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2020-04-30 00:48:53 +0300 |
commit | c7e59ce515a0f1b0935d6911ef101b1395e10fce (patch) | |
tree | 13a238715072bc3c4765ec83e191abaa26f431ff /doze/proguard.flags | |
parent | 309c12b8cdf37f72edcf99164c31c6860a9e7e14 (diff) |
sdm660-common: doze: Clean up proguard flags
Change-Id: If0250fb629417d36c2af7286bc0620e682c4576e
Diffstat (limited to 'doze/proguard.flags')
-rw-r--r-- | doze/proguard.flags | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/doze/proguard.flags b/doze/proguard.flags index b1cabdb..f6d7a5b 100644 --- a/doze/proguard.flags +++ b/doze/proguard.flags @@ -1,8 +1,3 @@ --keepclasseswithmembers class * { - public <init>(android.content.Context, android.util.AttributeSet); -} - --keep class ** extends android.support.v14.preference.PreferenceFragment -keep class org.lineageos.settings.doze.* { *; } |