This repository has been archived on 2025-09-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
device_motorola_sanders/cmactions/proguard.flags
Vachounet 001ef83dbd potter: add back CMActions
Change-Id: Ib3ab414d6684c2ced1a3c998e3d3933f3334b2d0
2017-09-08 13:44:46 +02:00

10 lines
231 B
Plaintext

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