diff options
| -rw-r--r-- | core/res/res/values/config.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index b7f594e6924d..d2cf106b3705 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -1950,7 +1950,7 @@ <!-- The name of the package that will hold the browser role by default. --> <string name="config_defaultBrowser" translatable="false">@string/default_browser</string> <!-- The name of the package that will hold the dialer role by default. --> - <string name="config_defaultDialer" translatable="false">com.android.phone</string> + <string name="config_defaultDialer" translatable="false">com.android.dialer</string> <!-- The name of the package that will hold the SMS role by default. --> <string name="config_defaultSms" translatable="false">@string/default_sms_application</string> <!-- Whether the default emergency settings should be shown. --> |