Skip to content
Snippets Groups Projects
Unverified Commit 1f634f1d authored by SPeak's avatar SPeak Committed by GitHub
Browse files

Eaxmples: Android: Fix build failed issue. (#7832)


set android:exported to true (IntentFilter)

Signed-off-by: default avatarSunrisepeak <speakshen@163.com>
parent ce3a8d7c
Branches
Tags
No related merge requests found
......@@ -11,7 +11,7 @@
android:name="imgui.example.android.MainActivity"
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
android:configChanges="orientation|keyboardHidden|screenSize"
android:exported="false">
android:exported="true">
<meta-data android:name="android.app.lib_name"
android:value="ImGuiExample" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment