add: android:configChanges=orientation|screenSize to manifest

This commit is contained in:
jackson-elfers 2020-05-21 15:28:13 -07:00
parent 8e7a8d7811
commit 43c2adaf82

View File

@ -12,6 +12,7 @@
android:theme="@style/AppTheme"
tools:ignore="GoogleAppIndexingWarning">
<activity
android:configChanges="orientation|screenSize"
android:name="com.example.app.MainActivity"
android:label="@string/app_name" >
<intent-filter>