diff options
author | Mike Dodd <mdodd@google.com> | 2015-08-11 13:14:53 -0700 |
---|---|---|
committer | Mike Dodd <mdodd@google.com> | 2015-08-11 13:14:53 -0700 |
commit | 3a24898f5553e72589eaba3aeb5ef8f63909dd64 (patch) | |
tree | d8fb31c193d0cf4e3a27c96f5e5663b284414b0a /core | |
parent | ad7719dea4e8fd34854e4dcc918fc593c4416d82 (diff) | |
download | frameworks_base-3a24898f5553e72589eaba3aeb5ef8f63909dd64.zip frameworks_base-3a24898f5553e72589eaba3aeb5ef8f63909dd64.tar.gz frameworks_base-3a24898f5553e72589eaba3aeb5ef8f63909dd64.tar.bz2 |
Set default SMS/MMS app to com.android.messaging (new AOSP app).
b/23110861
Change-Id: I5ac753264222cb617027cf13527178a7e754a80b
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 |