Improve launcher icon setup #61
Replies: 3 comments 4 replies
-
I agree with half of this and disagree with the other half. So let's come to some sort of conclusion together. |
Beta Was this translation helpful? Give feedback.
-
Check out the behaviour of 5.2.0 release. |
Beta Was this translation helpful? Give feedback.
-
This has been resolved in 5.2.6 to joy of all included stakeholders. |
Beta Was this translation helpful? Give feedback.
-
Currently, you have to create an AndroidManifest.xml in the debug folder with the DbInspectorActivity defined in it to avoid showing the launcher icon in release builds. You also have to duplicate your main activity definition and place it above the DbInspector one - otherwise, the debug manifest takes priority and DbInspectorActivity is considered app's main activity.
In previous versions, this behaviour was all automatic. I think we should either revert to that behaviour or find a way to make the setup much simpler and without requiring creating special manifests in debug folders with duplicated activities.
Beta Was this translation helpful? Give feedback.
All reactions