forma
forma copied to clipboard
Implement Manifest template support for targets with packageName attribute
Right now packageName we define in build config and package in the manifest is just duplicated.
So what we need is create a universal manifest file, smth like:
<?xml version="1.0" encoding="utf-8"?>
<manifest package="${packageName}"/>
And make sure the generation of this file is automated for every new target, or even better - use a symlink(or some other approach) to a single file for all targets which need manifest. So having AndroidManisest in every target will become obsolete
We can figure out manifest extensions for Activities later. (Like merge universal template with additional provided manifest file)
Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.93. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!
Links: app homepage, dashboard and code for this bot.
Already implemented via new AGP API's