aboutsummaryrefslogtreecommitdiff
path: root/cmactions/proguard.flags
blob: 32daf9b9afd2bd1fc2d1a422066273a404e66536 (plain)
1
2
3
4
5
6
7
8
9
-keep class org.cyanogenmod.CMActions.* {
  *;
}

-keepclasseswithmembers class * {
    public <init>(android.content.Context, android.util.AttributeSet);
}

-keep class ** extends android.support.v14.preference.PreferenceFragment