Steve Kondik | 7789bbb | 2016-09-09 03:14:20 -0700 | [diff] [blame] | 1 | # Keep all Fragments in this package, which are used by reflection. |
| 2 | -keep class org.cyanogenmod.cmparts.*Fragment |
| 3 | -keep class org.cyanogenmod.cmparts.*Picker |
| 4 | -keep class org.cyanogenmod.cmparts.*Settings |
| 5 | -keep class org.cyanogenmod.cmparts.notificationlight.* |
| 6 | -keep class org.cyanogenmod.cmparts.livedisplay.* |
| 7 | -keep class org.cyanogenmod.cmparts.privacyguard.* |
Steve Kondik | 3281bd6 | 2016-09-09 23:55:11 -0700 | [diff] [blame] | 8 | -keep class org.cyanogenmod.cmparts.input.* |
Steve Kondik | 03b5650 | 2016-09-10 17:17:25 -0700 | [diff] [blame] | 9 | -keep class org.cyanogenmod.cmparts.profiles.* |
Steve Kondik | 66dbbd5 | 2016-09-03 05:15:27 -0700 | [diff] [blame] | 10 | |
Steve Kondik | 7789bbb | 2016-09-09 03:14:20 -0700 | [diff] [blame] | 11 | # Keep click responders |
| 12 | -keepclassmembers class com.android.settings.inputmethod.UserDictionaryAddWordActivity { |
| 13 | *** onClick*(...); |
Steve Kondik | 66dbbd5 | 2016-09-03 05:15:27 -0700 | [diff] [blame] | 14 | } |
| 15 | |
Steve Kondik | 7789bbb | 2016-09-09 03:14:20 -0700 | [diff] [blame] | 16 | -keep public class * extends android.support.v7.preference.* { |
Steve Kondik | 66dbbd5 | 2016-09-03 05:15:27 -0700 | [diff] [blame] | 17 | public <init>(android.content.Context, android.util.AttributeSet); |
| 18 | } |
| 19 | |