Add auto registration for sip settings.
Change-Id: I43a458fa979fa423b0dc66897249ff54f9fbeac8
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 2391141..9d3b169 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -50,6 +50,19 @@
</intent-filter>
</receiver>
+ <receiver
+ android:name="com.android.settings.sip.BootCompletedReceiver">
+ <intent-filter>
+ <action android:name="android.intent.action.BOOT_COMPLETED" />
+ </intent-filter>
+ </receiver>
+
+ <service android:name="com.android.settings.sip.SipAutoRegistration" android:process=":remote">
+ <intent-filter>
+ <action android:name="android.net.sip.AUTO_REGISTRATOIN" />
+ </intent-filter>
+ </service>
+
<service android:name="com.android.sip.SipServiceBinder" android:process=":remote">
<intent-filter>
<!-- These are the interfaces supported by the service, which