use NoTitleBar style to prevent crash on HarmonyOS devices

This commit is contained in:
yudong
2024-05-22 10:52:36 +08:00
committed by Baldur Karlsson
parent 4a481edd32
commit 4725b73181
+1 -1
View File
@@ -12,7 +12,7 @@
<uses-feature android:glEsVersion="0x00030000" android:required="true" />
<application android:debuggable="true" android:label="RenderDocCmd" android:icon="@drawable/icon" android:hasCode="true">
<activity android:name=".Loader" android:label="RenderDoc" android:exported="true" android:screenOrientation="landscape" android:configChanges="orientation|keyboardHidden">
<activity android:name=".Loader" android:label="RenderDoc" android:exported="true" android:screenOrientation="landscape" android:configChanges="orientation|keyboardHidden" android:theme="@android:style/Theme.NoTitleBar">
<meta-data android:name="android.app.lib_name" android:value="renderdoccmd"/>
</activity>