* CMActions: Move to Lineage SDK * CMActions -> LineageActions Since history is going to be killed anyway: * Move related stuff under "actions" or "doze" packages, make every class role clear * Rename misleading TouchscreenGesture* to Actions* Also add original-package for preferences migration Signed-off-by: jhenrique09 <jhenrique09.mcz@hotmail.com> (cherry picked from commit 99c39df834c26edfc066e8ad2088a55e5a858166)
10 lines
234 B
Plaintext
10 lines
234 B
Plaintext
-keep class org.lineageos.LineageActions.* {
|
|
*;
|
|
}
|
|
|
|
-keepclasseswithmembers class * {
|
|
public <init>(android.content.Context, android.util.AttributeSet);
|
|
}
|
|
|
|
-keep class ** extends android.support.v14.preference.PreferenceFragment
|