Fix a little bug on connection.
There should be only one instance of the Login activity but launchMode
singleTask and singleInstance make bad behaviors. Standard should be just
fine.
<menu xmlns:android="http://schemas.android.com/apk/res/android">
<item android:id="@+id/privacy_list_menu_create" android:visible="true"
android:title="@string/privacy_list_menu_create" android:icon="@android:drawable/ic_menu_add" />
</menu>