Skip to content

Commit

Permalink
fix huawei crash
Browse files Browse the repository at this point in the history
  • Loading branch information
YaoTouGe committed May 21, 2024
1 parent 4a481ed commit d837f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renderdoccmd/android/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.Translucent.NoTitleBar">
<meta-data android:name="android.app.lib_name" android:value="renderdoccmd"/>
</activity>

Expand Down

0 comments on commit d837f3c

Please sign in to comment.