10 lines
231 B
Plaintext
Raw Permalink Normal View History

-keep class org.lineageos.MotoActions.* {
*;
}
-keepclasseswithmembers class * {
public <init>(android.content.Context, android.util.AttributeSet);
}
-keep class ** extends android.support.v14.preference.PreferenceFragment