Remove android game activity from default#23708
Remove android game activity from default#23708oelison wants to merge 1 commit intobevyengine:mainfrom
Conversation
|
Welcome, new contributor! Please make sure you've read our contributing guide, as well as our policy regarding AI usage, and we look forward to reviewing your pull request shortly ✨ |
android handle only one activity, either game or native. To use native, the default could now be used, but all other android need to add the game activity.
eee383b to
d7fe52a
Compare
|
I'm not sure if I might be misunderstanding your description, but as far as I know, the Is that what this PR wants to achieve to make it simpler to use |
|
Yes. If one of them is set, the default is not usable anymore, because both can not be set. There is a lot differences between android XR app and a Linux/Windows app. There fore it should be better to remove the |
android handle only one activity, either game or native. To use native, the default could now be used, but all other android need to add the game activity.
Objective
android native activities should be able to use the default
Solution
remove android-game-activity from default
Testing
created a default app for android native activity with default
Important
Will be a breaking change for apps using android-game-activity.