Loading src/com/android/contacts/common/Experiments.java +5 −0 Original line number Diff line number Diff line Loading @@ -25,6 +25,11 @@ public final class Experiments { */ public static final String ASSISTANT = "Assistant__enable_assistant"; /** * Experiment to show the restore assistant on the assistants view. */ public static final String ASSISTANT_RESTORE = "Assistant__restore"; /** * Whether to open contact sheet (aka smart profile) instead of our own QuickContact. */ Loading Loading
src/com/android/contacts/common/Experiments.java +5 −0 Original line number Diff line number Diff line Loading @@ -25,6 +25,11 @@ public final class Experiments { */ public static final String ASSISTANT = "Assistant__enable_assistant"; /** * Experiment to show the restore assistant on the assistants view. */ public static final String ASSISTANT_RESTORE = "Assistant__restore"; /** * Whether to open contact sheet (aka smart profile) instead of our own QuickContact. */ Loading