summaryrefslogtreecommitdiffstats
path: root/proguard.flags
blob: 6cc704cc08f2f40205420ee59f39a875041dd394 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
-keep class com.android.contacts.model.Sources {
  public <init>(...);
}

# TODO: Instead of keeping the following two functions we could as well just remove them completely
# as they are only used in test code

-keep class com.android.contacts.model.EntityDelta {
  public com.android.contacts.model.EntityDelta$ValuesDelta getSuperPrimaryEntry(java.lang.String,boolean);
}

-keep class com.android.contacts.model.EntityDelta$ValuesDelta {
  public android.content.ContentValues getAfter();
}