summaryrefslogtreecommitdiff
path: root/proguard.flags
diff options
context:
space:
mode:
authorMarcus Hagerott <mhagerott@google.com>2016-11-01 18:16:02 -0700
committerMarcus Hagerott <mhagerott@google.com>2016-11-02 10:26:45 -0700
commit7a756abd07f2074374cea81aa4e9a0ac8d52b6f1 (patch)
tree32259d3c40bb7ce9946ee1919e66f32b24462d88 /proguard.flags
parentd0bedf51a1e2c16cd1585a9741310bc3e0b0f3f6 (diff)
downloadContacts-7a756abd07f2074374cea81aa4e9a0ac8d52b6f1.tar.gz
Add experiment flag for device account detection.
Device account detection does DB queries that could potentially block the UI thread. Just returning the "null" account as the only device account is fine for now. Test * manually verify that "device" account still shows in editor and default account chooser when no other accounts exist * manually verify that "device" account still shows in nav drawer when another non-google account is added * manually verify that "device" account is hidden after Google Account is added Bug 32312206 Change-Id: I347e9dcf0aa6252c7b0be79fea7757b03569edf7
Diffstat (limited to 'proguard.flags')
-rw-r--r--proguard.flags1
1 files changed, 1 insertions, 0 deletions
diff --git a/proguard.flags b/proguard.flags
index e50e64095..e918c629f 100644
--- a/proguard.flags
+++ b/proguard.flags
@@ -44,6 +44,7 @@
-keep class com.android.contacts.common.model.BuilderWrapper { *; }
-keep class com.android.contacts.common.model.Contact { *; }
-keep class com.android.contacts.common.model.ContactLoader { *; }
+-keep class com.android.contacts.common.model.Cp2DeviceLocalAccountLocator { *; }
-keep class com.android.contacts.common.model.CPOWrapper { *; }
-keep class com.android.contacts.common.model.dataitem.DataItem { *; }
-keep class com.android.contacts.common.model.dataitem.DataKind { *; }