You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
390 B

-keep class com.android.providers.contacts.ContactsDatabaseHelper {
<init>(...);
}
-keep class com.android.vcard.VCardComposer {
boolean init();
int getCount();
}
# Any class or method annotated with NeededForTesting.
-keep @com.android.providers.contacts.util.NeededForTesting class *
-keepclassmembers class * {
@com.android.providers.contacts.util.NeededForTesting *;
}
-verbose