10 lines
233 B
Plaintext
10 lines
233 B
Plaintext
-keep class org.lineageos.settings.doze.* {
|
|
*;
|
|
}
|
|
|
|
-keepclasseswithmembers class * {
|
|
public <init>(android.content.Context, android.util.AttributeSet);
|
|
}
|
|
|
|
-keep class ** extends android.support.v14.preference.PreferenceFragment
|