forma icon indicating copy to clipboard operation
forma copied to clipboard

Implement Manifest template support for targets with packageName attribute

Open stepango opened this issue 5 years ago • 1 comments

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)

stepango avatar Nov 10 '20 20:11 stepango

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.

issue-label-bot[bot] avatar Nov 10 '20 20:11 issue-label-bot[bot]

Already implemented via new AGP API's

stepango avatar May 22 '23 14:05 stepango