Add SET_PREFERRED_APPLICATIONS permission to Telephony service

Telephony service makes calls into SmsApplication.java that now require
this permission to set the preferred SENDTO sms/mms app.

Bug:11482259 When default SMS app changes we need to update the default app for the SEND intent
Change-Id: I4d6bc4c3adf490a87bf8bd67de616c19505fd892
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 62c01a6..5342f5e 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -91,6 +91,7 @@
     <uses-permission android:name="android.permission.MANAGE_USERS" />
     <uses-permission android:name="android.permission.UPDATE_APP_OPS_STATS" />
     <uses-permission android:name="android.permission.CONNECTIVITY_INTERNAL" />
+    <uses-permission android:name="android.permission.SET_PREFERRED_APPLICATIONS" />
 
     <!-- This tells the activity manager to not delay any of our activity
          start requests, even if they happen immediately after the user