diff options
| author | 2015-07-08 00:47:26 +0000 | |
|---|---|---|
| committer | 2015-07-08 00:47:27 +0000 | |
| commit | 2020178f97c5826fdba773e83b397f11950a0249 (patch) | |
| tree | 4078fc958be92ab059a10d61f3efd79c2fdc313a | |
| parent | 578eef7001f1f70db8fecf24330ab7eb9a05a53a (diff) | |
| parent | 64b756f121616d59eb766f73d29b6548393a3103 (diff) | |
Merge "Revert "Set default SMS application to Messenger"" into mnc-dev
| -rwxr-xr-x | 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 3bb2abb172f9..caf15d1ef4a9 100755 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -1266,7 +1266,7 @@ of their choosing. This can be overridden for devices where a different default SMS application is desired. --> - <string name="default_sms_application" translatable="false">com.google.android.apps.messaging</string> + <string name="default_sms_application" translatable="false">com.android.mms</string> <!-- Default web browser. This is the package name of the application that will be the default browser when the device first boots. Afterwards the user |