mirror of
https://github.com/samsonjs/media.git
synced 2026-03-29 10:05:48 +00:00
Handle orientation changes in GL demo
Issue: #7141 PiperOrigin-RevId: 303334072
This commit is contained in:
parent
3fd7d214cd
commit
0a5a3cbf46
1 changed files with 1 additions and 0 deletions
|
|
@ -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"/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue