You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to start my own Activity before .GodotApp starts because the Chinese app market requires users to read and agree to the privacy policy before applying for permissions.
When I checked "use_gradle_build" and modified the Activity corresponding to ".GodotApp" in android/build/AndroidManifest.xml, I removed the "intent-filter" from it and added it to my custom Activity. Then I built the app.
When I installed the app, two game icons appeared on my phone. I know this is because there are two "intent-filter" tags.
Steps to reproduce
Open android/build/AndroidManifest.xml.
removed the "intent-filter".
added it to custom Activity.
built the app.
You will find that the previously deleted intent-filter in AndroidManifest.xml still exists, and two intent-filter exist at this time.
Minimal reproduction project
I had one, but it was too big after packing.
The text was updated successfully, but these errors were encountered:
Godot version
Godot4.0.2 Stable
System information
Windows11, Inter i3-8100, RX580 2048SP, GLES2.
Issue description
I want to start my own Activity before .GodotApp starts because the Chinese app market requires users to read and agree to the privacy policy before applying for permissions.
When I checked "use_gradle_build" and modified the Activity corresponding to ".GodotApp" in android/build/AndroidManifest.xml, I removed the "intent-filter" from it and added it to my custom Activity. Then I built the app.
When I installed the app, two game icons appeared on my phone. I know this is because there are two "intent-filter" tags.
Steps to reproduce
Minimal reproduction project
I had one, but it was too big after packing.
The text was updated successfully, but these errors were encountered: