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