Move CHANGE_PHONE_ACCOUNTS filter to Phone Account Settings.

Before the intent opened call settings, but we actually want it to
open up phone account settings now.

Bug: 16014284
Change-Id: I462812eb33d8e03a7e32dea4189130b8097d0a75
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index d1f8968..73113d2 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -430,7 +430,6 @@
                 <action android:name="android.intent.action.VIEW" />
                 <action android:name="android.intent.action.MAIN" />
                 <action android:name="android.telecom.action.SHOW_CALL_SETTINGS" />
-                <action android:name="android.telecom.action.CHANGE_PHONE_ACCOUNTS" />
                 <action android:name="com.android.phone.CallFeaturesSetting.ADD_VOICEMAIL" />
                 <category android:name="android.intent.category.DEFAULT" />
             </intent-filter>
@@ -537,6 +536,10 @@
         <activity android:name="com.android.phone.settings.PhoneAccountSettingsActivity"
             android:label="@string/phone_accounts"
             android:theme="@style/DialerSettingsLight">
+            <intent-filter>
+                <action android:name="android.telecom.action.CHANGE_PHONE_ACCOUNTS" />
+                <category android:name="android.intent.category.DEFAULT" />
+            </intent-filter>
         </activity>
 
         <!-- BroadcastReceiver for receiving Intents from Notification mechanism. -->