Skip to content

Commit 8c7850d

Browse files
authored
Enable injectable validation layers
1 parent 33a3ebc commit 8c7850d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
<!-- Example of setting SDL hints from AndroidManifest.xml:
7676
<meta-data android:name="SDL_ENV.SDL_ANDROID_TRAP_BACK_BUTTON" android:value="0"/>
7777
-->
78+
<meta-data android:name="com.android.graphics.injectLayers.enable" android:value="true"/>
7879

7980
<activity android:name="SDLActivity"
8081
android:label="@string/app_name"

0 commit comments

Comments
 (0)