commit | cccf4b1e4a8b00b213a490c2be4a28f4a360c3ab | [log] [tgz] |
---|---|---|
author | Sanket Chinchalkar <schinchalkar@google.com> | Thu May 06 19:20:38 2021 -0700 |
committer | Sanket Chinchalkar <schinchalkar@google.com> | Thu May 06 19:20:38 2021 -0700 |
tree | 1016be47e2785d535de453d3a5d6cabe1f7dc1f4 | |
parent | 408361166eebcc85e393f9405d3a690c6bb9a6cf [diff] |
Fix for loading dialer json Test: Tested Locally Bug: 187462709 Change-Id: I6b69a9c31dc80ba02f061475cc5fc376af63601d
diff --git a/libraries/automotive-helpers/utility-helper/src/android/platform/helpers/AutoConfigConstants.java b/libraries/automotive-helpers/utility-helper/src/android/platform/helpers/AutoConfigConstants.java index bc1849e..bdc4bef 100644 --- a/libraries/automotive-helpers/utility-helper/src/android/platform/helpers/AutoConfigConstants.java +++ b/libraries/automotive-helpers/utility-helper/src/android/platform/helpers/AutoConfigConstants.java
@@ -153,7 +153,7 @@ // Contacts Screen public static final String CONTACTS_VIEW = "CONTACTS_VIEW"; public static final String CONTACTS_MENU = "CONTACTS_MENU"; - public static final String CONTACT_INFO = "CALL_HISTORY_INFO"; + public static final String CONTACT_INFO = "CONTACT_INFO"; public static final String CONTACT_NAME = "CONTACT_NAME"; public static final String CONTACT_DETAIL = "CONTACT_DETAIL"; public static final String ADD_CONTACT_TO_FAVORITE = "ADD_CONTACT_TO_FAVORITE";