android_hardware_samsung/AdvancedDisplay/proguard.flags
Luca Stefani f6e983c722 AdvancedDisplay: Refactor
* Integrate with Settings
* Remove back button

Change-Id: Ie3bcd43ef7225bdc3b177446906335f59561b584
2017-06-26 18:56:40 +00:00

5 lines
181 B
Text

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