diff options
author | Mike Dodd <mdodd@google.com> | 2015-08-12 18:48:31 +0000 |
---|---|---|
committer | Mike Dodd <mdodd@google.com> | 2015-08-12 18:48:31 +0000 |
commit | 719192c946cbecbb3f3dea6b0bb5abe14597fdde (patch) | |
tree | d169d9b052c93173a7c2ec54ab0e9ff2dcc9a034 /core | |
parent | 3a24898f5553e72589eaba3aeb5ef8f63909dd64 (diff) | |
download | frameworks_base-719192c946cbecbb3f3dea6b0bb5abe14597fdde.zip frameworks_base-719192c946cbecbb3f3dea6b0bb5abe14597fdde.tar.gz frameworks_base-719192c946cbecbb3f3dea6b0bb5abe14597fdde.tar.bz2 |
Revert "Set default SMS/MMS app to com.android.messaging (new AOSP app)."
This reverts commit 3a24898f5553e72589eaba3aeb5ef8f63909dd64.
Change-Id: I86de9a7fe9f72748c7ac33d9df7fd1fbd8007f7c
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 |