commit | ff12b660f0a6adf4d0351c0a2bfb0e327747ba89 | [log] [tgz] |
---|---|---|
author | Walter Jang <wjang@google.com> | Wed Sep 21 18:47:41 2016 -0700 |
committer | Walter Jang <wjang@google.com> | Thu Sep 22 12:15:46 2016 -0700 |
tree | 5d581d3d93c4cd581d61b7c981efbb74f9c26626 | |
parent | 0396cf7a2b80c4cb1a63e4fdc8d60a1cf6f486f5 [diff] |
Flag to start ContactSheet instead of QuickContacts (1/2) Test: none Bug: 31666272 Change-Id: I1e30a804830041ebad396b7c08eb8c8b053b4c0e
diff --git a/src/com/android/contacts/common/Experiments.java b/src/com/android/contacts/common/Experiments.java index 8932cac..a7cbd84 100644 --- a/src/com/android/contacts/common/Experiments.java +++ b/src/com/android/contacts/common/Experiments.java
@@ -35,6 +35,11 @@ */ 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() { } }