Skip to content

Commit

Permalink
Merge pull request #117 from Unity-Technologies/fix/uaal/uum-91484-an…
Browse files Browse the repository at this point in the history
…droid-game-activity-sample

[UUM-91484] UnityProject example: set theme for unity game activity to make it fullscreen on 6.1
  • Loading branch information
TiphaineRousseauU authored Jan 14, 2025
2 parents 25ba3ae + bea0e73 commit 19dad95
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,15 @@
android:name=".MainUnityActivity"
android:configChanges="mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|orientation|screenLayout|uiMode|screenSize|smallestScreenSize|fontScale|layoutDirection|density"
android:hardwareAccelerated="false"
android:theme="@style/UnityThemeSelector"
android:process=":Unity"
android:screenOrientation="fullSensor"></activity>

<activity
android:name=".MainUnityGameActivity"
android:configChanges="mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|orientation|screenLayout|uiMode|screenSize|smallestScreenSize|fontScale|layoutDirection|density"
android:hardwareAccelerated="false"
android:theme="@style/BaseUnityGameActivityTheme"
android:process=":Unity"
android:screenOrientation="fullSensor"></activity>
</application>
Expand Down

0 comments on commit 19dad95

Please sign in to comment.