Implement new method for handling SMS/MMS on the platform
Multi project change:
The changes in this project update the settings app to support the new
default SMS app setting. I have also updated the order of the wireless
settings in the UX as per request from rachelg.
Bug: 10449618
Change-Id: Iba1ac6ea3f29c2a72af83b122ec5ea3a16a28e58
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index eced663..6b03d51 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -1642,6 +1642,16 @@
</intent-filter>
</activity>
+ <activity android:name=".SmsDefaultDialog"
+ android:label="@string/sms_application_title"
+ android:excludeFromRecents="true"
+ android:theme="@*android:style/Theme.Holo.Light.Dialog.Alert">
+ <intent-filter>
+ <action android:name="android.provider.Telephony.ACTION_CHANGE_DEFAULT" />
+ <category android:name="android.intent.category.DEFAULT" />
+ </intent-filter>
+ </activity>
+
<activity android:name="Settings$NotificationAccessSettingsActivity"
android:label="@string/manage_notification_access"
android:taskAffinity=""