diff options
| author | 2015-08-12 19:18:23 +0000 | |
|---|---|---|
| committer | 2015-08-12 19:18:23 +0000 | |
| commit | 88c26d46fb181eea8ca99b1f76d2dfb38c0a268e (patch) | |
| tree | 39010c935c18eaf1ba811bb11d228adfc16c4e7c | |
| parent | e77660d7f4e261f21e9d8d2098c451d55ccbc533 (diff) | |
| parent | 4a6b0c93f8ca7e78a332696043be3b73563ea037 (diff) | |
am 4a6b0c93: am 79fdfecb: am 954ca10e: am ad285c16: Merge "Revert "Set default SMS/MMS app to com.android.messaging (new AOSP app)."" into mnc-dev
* commit '4a6b0c93f8ca7e78a332696043be3b73563ea037':
Revert "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 0f05114fb0a9..678db54e93e8 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">com.android.messaging</string> + <string name="default_sms_application" translatable="false"></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 |