Commit e90fdf36 by olly Committed by Oliver Woodman

Handle orientation changes in GL demo

Issue: #7141
PiperOrigin-RevId: 303334072
parent 750396c9
Showing with 1 additions and 0 deletions
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
<activity <activity
android:name=".MainActivity" android:name=".MainActivity"
android:configChanges="keyboard|keyboardHidden|orientation|screenSize|screenLayout|smallestScreenSize|uiMode"
android:exported="true"> android:exported="true">
<intent-filter> <intent-filter>
<action android:name="android.intent.action.MAIN"/> <action android:name="android.intent.action.MAIN"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment