diff options
author | Bruno Martins <bgcngm@gmail.com> | 2017-10-08 10:20:53 +0100 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2017-12-04 09:01:05 +0100 |
commit | 50070710d899f9c00cea717351e69fd4a5d2371e (patch) | |
tree | b902674b769fec49db3f3460675114332452d71b /doze/proguard.flags | |
parent | d5d89acf5921b07a7447e798ec42b4e9e5cca8f1 (diff) |
msm8996-common: Doze: Apply LineageOS rebrand
Change-Id: I4daa1092494fdf207ef54dc79f787bcbe1d01a08
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
Diffstat (limited to 'doze/proguard.flags')
-rw-r--r-- | doze/proguard.flags | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doze/proguard.flags b/doze/proguard.flags index 7f3d4c7..b1cabdb 100644 --- a/doze/proguard.flags +++ b/doze/proguard.flags @@ -3,6 +3,6 @@ } -keep class ** extends android.support.v14.preference.PreferenceFragment --keep class com.cyanogenmod.settings.doze.* { +-keep class org.lineageos.settings.doze.* { *; } |