Android Manifest placeholders
What are they? Android Manifest placeholders allow you to put variables into the Manifest that is otherwise completely static. Why would you need such functionality? Actually, it depends on your projects. It’s probably most useful when you have multiple build variants with different Manifest configurations. Multiple Manifests Of course, the easiest way to configure Manifest…