aboutsummaryrefslogtreecommitdiff
path: root/doze/proguard.flags
blob: 0a629417fe5045e511e4bd55161f781ca2efb291 (plain)
1
2
3
4
5
6
7
8
9
-keep class com.cyanogenmod.settings.device.* {
  *;
}

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

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