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";