Initial Commit4
This commit is contained in:
9
cmactions/proguard.flags
Normal file
9
cmactions/proguard.flags
Normal file
@@ -0,0 +1,9 @@
|
||||
-keep class org.cyanogenmod.CMActions.* {
|
||||
*;
|
||||
}
|
||||
|
||||
-keepclasseswithmembers class * {
|
||||
public <init>(android.content.Context, android.util.AttributeSet);
|
||||
}
|
||||
|
||||
-keep class ** extends android.support.v14.preference.PreferenceFragment
|
||||
Reference in New Issue
Block a user