Dialer:CallLogActivity re-created when rotating device
-Add android:configChanges="orientation|screenSize|keyboardHidden"
for CallLogActivity to avoid re-creation of CallLogActivity when
rotate screen or hide keyboard
Change-Id: Id8591dab55243d337f746a782cd954b56f4fe953
CRs-Fixed: 1061431
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 4930315..715722b 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -169,6 +169,7 @@
</activity>
<activity android:name="com.android.dialer.calllog.CallLogActivity"
+ android:configChanges="orientation|screenSize|keyboardHidden"
android:label="@string/call_log_activity_title"
android:theme="@style/DialtactsThemeWithoutActionBarOverlay"
android:icon="@mipmap/ic_launcher_phone">