Bug 1222116 - add smsto:// support to fennec.r=mcomella

This commit is contained in:
Allison Naaktgeboren 2015-11-09 18:22:06 -08:00
Родитель f228433404
Коммит d03bfc4a78
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1224,7 +1224,7 @@ public class GeckoAppShell
// Have a special handling for SMS, as the message body // Have a special handling for SMS, as the message body
// is not extracted from the URI automatically. // is not extracted from the URI automatically.
if (!"sms".equals(scheme)) { if (!"sms".equals(scheme) && !"smsto".equals(scheme)) {
return intent; return intent;
} }