Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 29e55e17 authored by Brad Ebinger's avatar Brad Ebinger
Browse files

Correct default Dialer role config

Bug: 127723200
Test: manual
Change-Id: I8b9901e3da09da308aeab2d805a2812d662af513
parent 73653964
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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. -->