
* taken from f587977924db43a1f37b8a7a5ffcf73d5c4ae4a2 @ LineageOS/android_device_motorola_nash Change-Id: Iaad009cb167850e39b324edcea302eccb5b0fccf
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
|