diff options
author | Mike Dodd <mdodd@google.com> | 2015-08-11 13:14:53 -0700 |
---|---|---|
committer | Mike Dodd <mdodd@google.com> | 2015-08-12 15:44:05 -0700 |
commit | 4ec593928ee40778ac866a5b3722b47462eaad94 (patch) | |
tree | babde1cef785e6ad1e3c3c9252f23f888f027093 /core | |
parent | beabcb92cbdec6f68bd712c9972e6f8377b78f46 (diff) | |
download | frameworks_base-4ec593928ee40778ac866a5b3722b47462eaad94.zip frameworks_base-4ec593928ee40778ac866a5b3722b47462eaad94.tar.gz frameworks_base-4ec593928ee40778ac866a5b3722b47462eaad94.tar.bz2 |
Set default SMS/MMS app to com.android.messaging (new AOSP app).
b/23110861
Change-Id: Ifcdcfdea4d19875bf32ec19d245abc5e5a582b4c
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 |