Handle orientation changes in GL demo

Issue: #7141
PiperOrigin-RevId: 303334072
This commit is contained in:
olly 2020-03-27 15:28:36 +00:00 committed by Oliver Woodman
parent 750396c90f
commit e90fdf36fb

View File

@ -28,6 +28,7 @@
<activity
android:name=".MainActivity"
android:configChanges="keyboard|keyboardHidden|orientation|screenSize|screenLayout|smallestScreenSize|uiMode"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>