Merge "Use DEFAULT_LIST contact intent" into rvc-dev am: 07a3b1c6ed am: e15d04acf1 am: 7bf3fbd41c

Change-Id: I37aea89ef7291e222a7cbf5a9675fc891648d03a
This commit is contained in:
TreeHugger Robot
2020-03-31 18:24:20 +00:00
committed by Automerger Merge Worker

View File

@@ -58,7 +58,7 @@ public class ZenModePrioritySendersPreferenceController
@VisibleForTesting static final String KEY_NONE = "senders_none";
private static final Intent ALL_CONTACTS_INTENT =
new Intent(Contacts.Intents.UI.LIST_ALL_CONTACTS_ACTION);
new Intent(Contacts.Intents.UI.LIST_DEFAULT);
private static final Intent STARRED_CONTACTS_INTENT =
new Intent(Contacts.Intents.UI.LIST_STARRED_ACTION);
private static final Intent FALLBACK_INTENT = new Intent(Intent.ACTION_MAIN);