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

Commit 45540662 authored by Marcus Hagerott's avatar Marcus Hagerott Committed by Android (Google) Code Review
Browse files

Merge "DO NOT MERGE Add flag to control dynamic shortcuts experment" into ub-contactsdialer-g-dev

parents a167fd33 d5cbb9ef
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() {
    }
}