Dmitri Plotnikov | 1e2232d | 2010-12-01 13:16:44 -0800 | [diff] [blame] | 1 | -keep class com.android.providers.contacts.ContactsDatabaseHelper { |
Ying Wang | d9db64a | 2010-12-01 15:21:13 -0800 | [diff] [blame] | 2 | <init>(...); |
Dmitri Plotnikov | 1e2232d | 2010-12-01 13:16:44 -0800 | [diff] [blame] | 3 | } |
| 4 | |
Flavio Lerda | 9431911 | 2011-06-27 12:22:11 +0100 | [diff] [blame] | 5 | -keep class com.android.vcard.VCardComposer { |
| 6 | boolean init(); |
| 7 | int getCount(); |
| 8 | } |
| 9 | |
Dmitri Plotnikov | 1e2232d | 2010-12-01 13:16:44 -0800 | [diff] [blame] | 10 | # Any methods whose name is '*ForTest' are preserved. |
| 11 | -keep class ** { |
| 12 | *** *ForTest(...); |
| 13 | } |