Improve launcher icon setup #61
Locked
JonatanPlesko
started this conversation in
Ideas
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. |
3 replies
|
Check out the behaviour of 5.2.0 release. |
1 reply
|
This has been resolved in 5.2.6 to joy of all included stakeholders. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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.
All reactions