diff options
| author | 2019-03-08 14:16:01 -0800 | |
|---|---|---|
| committer | 2019-03-08 14:16:01 -0800 | |
| commit | 29e55e17b704aa4b4f3911d89a157748ea252cec (patch) | |
| tree | 152f3516cd0ca2f75f31e219adc4fc151ebc3f3d | |
| parent | 736539647f5fde0a58bb9afffd277c83abd4f681 (diff) | |
Correct default Dialer role config
Bug: 127723200
Test: manual
Change-Id: I8b9901e3da09da308aeab2d805a2812d662af513
| -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. --> |