diff options
author | Mike Dodd <mdodd@google.com> | 2015-08-12 18:53:48 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2015-08-12 18:53:48 +0000 |
commit | ad285c169fd55bee8feef6e076a6710c357043e5 (patch) | |
tree | 098a1f8dacafbab433327295833704d4b63ba1dc /core | |
parent | c0a4883d58554c84d10911da20f43be149b47c53 (diff) | |
parent | 719192c946cbecbb3f3dea6b0bb5abe14597fdde (diff) | |
download | frameworks_base-ad285c169fd55bee8feef6e076a6710c357043e5.zip frameworks_base-ad285c169fd55bee8feef6e076a6710c357043e5.tar.gz frameworks_base-ad285c169fd55bee8feef6e076a6710c357043e5.tar.bz2 |
Merge "Revert "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 ae8cae8..cf28490 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 |