diff options
| author | 2015-08-12 17:43:55 +0000 | |
|---|---|---|
| committer | 2015-08-12 17:43:55 +0000 | |
| commit | 3f5d76dd5ee4e73d69a6e6ce0d5f5c70c05f789f (patch) | |
| tree | 9c83b5084bd1abe13db181be8349d5d09483b1d7 | |
| parent | 8af3406a4558e81394ac18ea0d0dcd728833f483 (diff) | |
| parent | 7f2f96cce3f1663e3c1dccdde2c0f196b2b16e72 (diff) | |
am 7f2f96cc: Merge "Set default SMS/MMS app to com.android.messaging (new AOSP app)." into mnc-dev
* commit '7f2f96cce3f1663e3c1dccdde2c0f196b2b16e72':
Set default SMS/MMS app to com.android.messaging (new AOSP app).
| -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 8e8888624d6b..c85b44cdd2ff 100755 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -1267,7 +1267,7 @@ If this string is empty or the specified package does not exist, then the platform will search for an SMS app and use that (if there is one)--> - <string name="default_sms_application" translatable="false"></string> + <string name="default_sms_application" translatable="false">com.android.messaging</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 |