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 | 66dbbd5 | 2016-09-03 05:15:27 -0700 | [diff] [blame] | 8 | |
Steve Kondik | 7789bbb | 2016-09-09 03:14:20 -0700 | [diff] [blame^] | 9 | # Keep click responders |
| 10 | -keepclassmembers class com.android.settings.inputmethod.UserDictionaryAddWordActivity { |
| 11 | *** onClick*(...); |
Steve Kondik | 66dbbd5 | 2016-09-03 05:15:27 -0700 | [diff] [blame] | 12 | } |
| 13 | |
Steve Kondik | 7789bbb | 2016-09-09 03:14:20 -0700 | [diff] [blame^] | 14 | -keep public class * extends android.support.v7.preference.* { |
Steve Kondik | 66dbbd5 | 2016-09-03 05:15:27 -0700 | [diff] [blame] | 15 | public <init>(android.content.Context, android.util.AttributeSet); |
| 16 | } |
| 17 | |