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

Commit ff12b660 authored by Walter Jang's avatar Walter Jang
Browse files

Flag to start ContactSheet instead of QuickContacts (1/2)

Test: none

Bug: 31666272

Change-Id: I1e30a804830041ebad396b7c08eb8c8b053b4c0e
parent 0396cf7a
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -35,6 +35,11 @@ public final class Experiments {
     */
    public static final String SEARCH_YENTA = "Search__yenta";

    /**
     * Whether to open contact sheet (aka smart profile) instead of our own QuickContact.
     */
    public static final String CONTACT_SHEET = "QuickContact__contact_sheet";

    private Experiments() {
    }
}