Update mobile network settings config package/class

This update the mobile network setting package/class config value.
1. mobile_network_settings_package
2. mobile_network_settings_class

This also change the open activity for VideoCalling setting/Supp Service
Dialog from old page to the new page in settings app.

Bug: 135492605
Test: manual test
Change-Id: Ida9ad48d4b63c774a0dc337e3b2a0b87ed7cdaff
diff --git a/res/values/config.xml b/res/values/config.xml
index 63c185b..8bc1919 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -154,9 +154,9 @@
     <string name="dialer_default_class" translatable="false">com.android.dialer.DialtactsActivity</string>
 
     <!-- Package name for the mobile network settings [DO NOT TRANSLATE] -->
-    <string name="mobile_network_settings_package" translatable="false">com.android.phone</string>
+    <string name="mobile_network_settings_package" translatable="false">com.android.settings</string>
     <!-- Class name for the mobile network settings activity [DO NOT TRANSLATE] -->
-    <string name="mobile_network_settings_class" translatable="false">com.android.phone.MobileNetworkSettings</string>
+    <string name="mobile_network_settings_class" translatable="false">com.android.settings.network.telephony.MobileNetworkActivity</string>
 
     <!-- CDMA activation goes through HFA -->
     <!-- DEPRECATED: Use CarrierConfigManager#KEY_USE_HFA_FOR_PROVISIONING_BOOL -->