Move Mms from phone specific to telephony

Tablets want MMS too (carriers send messages, etc), lets make this
for any device inherenting telephony.mk

Change-Id: Ida0e86d1f4d982580cef72816f93f88d0b0313e4
diff --git a/config/telephony.mk b/config/telephony.mk
index 3beaf0d..5f35a4a 100644
--- a/config/telephony.mk
+++ b/config/telephony.mk
@@ -8,5 +8,5 @@
 
 # SIM Toolkit
 PRODUCT_PACKAGES += \
+    Mms \
     Stk
-