I'm working on a project that will be a template for multiple applications. So far everything is being configured via JSON.
Then the question came up: Is it possible to change this node below outside the manifest.xml, perhaps using inside my MainActivity.class? Something like a setLabel.
<application
android:allowBackup="true"
android:icon="@drawable/icon"
-> android:label="@string/app_name"