huangcm
2025-07-17 5e909b7bed41a27a688a9734cda9187a164260f5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
-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