diff options
author | Mike Dodd <mdodd@google.com> | 2015-08-13 15:16:39 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2015-08-13 15:16:39 +0000 |
commit | 226ae04df4b3570d11b66d52a404b2c8b2ac50db (patch) | |
tree | cd36b8b82719dc98271f9f346d520e8c96f8762c /core | |
parent | 90460c79d1af214e73428eac92b5761e743dec4d (diff) | |
parent | 4ec593928ee40778ac866a5b3722b47462eaad94 (diff) | |
download | frameworks_base-226ae04df4b3570d11b66d52a404b2c8b2ac50db.zip frameworks_base-226ae04df4b3570d11b66d52a404b2c8b2ac50db.tar.gz frameworks_base-226ae04df4b3570d11b66d52a404b2c8b2ac50db.tar.bz2 |
Merge "Set default SMS/MMS app to com.android.messaging (new AOSP app)." into mnc-dev
Diffstat (limited to 'core')
-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 cf28490..ae8cae8 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 |