No prompt is seen when new contact is saved

If the default account is removed and added back, the app also
saves this account as the default account.

Bug 28878992

Change-Id: I6265502bf774a32387d3ca84b8ca393071b8f620
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 2cc65dd..3603574 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -508,5 +508,11 @@
         </provider>
 
         <meta-data android:name="android.nfc.disable_beam_default" android:value="true" />
+
+        <receiver android:name="com.android.contacts.editor.AccountsChangedBroadcastReceiver">
+            <intent-filter>
+                <action android:name="android.accounts.LOGIN_ACCOUNTS_CHANGED"/>
+            </intent-filter>
+        </receiver>
     </application>
 </manifest>