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

Commit d5cbb9ef authored by Walter Jang's avatar Walter Jang Committed by Marcus Hagerott
Browse files

DO NOT MERGE Add flag to control dynamic shortcuts experment

Also fix the format of pull to refresh experiment flag

Bug 30630964
Bug 30189449

Change-Id: Ib297cee400b5e864a6ca71566c3d4182cb041226
(cherry picked from commit 4846b68b)
parent da3a453b
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -20,6 +20,11 @@ package com.android.contacts.common;
 */
public final class Experiments {

    /**
     * Experiment to enable dynamic strequent shortcuts.
     */
    public static final String DYNAMIC_SHORTCUTS = "Shortcuts__dynamic_shortcuts";

    private Experiments() {
    }
}