Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e15d04ac authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Use DEFAULT_LIST contact intent" into rvc-dev am: 07a3b1c6

Change-Id: I57ba9793ea32bdc45b27a6f9aaf8f503897ff79d
parents c5507e66 07a3b1c6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);