diff options
author | Mike Dodd <mdodd@google.com> | 2015-08-12 17:01:25 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2015-08-12 17:01:25 +0000 |
commit | 7f2f96cce3f1663e3c1dccdde2c0f196b2b16e72 (patch) | |
tree | 2a3ace11b26d12248170e8482392518d5959a2a9 /core | |
parent | 24e4d48f56a6fca6974c5670b88a7b4da2180331 (diff) | |
parent | 3a24898f5553e72589eaba3aeb5ef8f63909dd64 (diff) | |
download | frameworks_base-7f2f96cce3f1663e3c1dccdde2c0f196b2b16e72.zip frameworks_base-7f2f96cce3f1663e3c1dccdde2c0f196b2b16e72.tar.gz frameworks_base-7f2f96cce3f1663e3c1dccdde2c0f196b2b16e72.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 |