Didn’t see an option in the build.setting or anywhere else in the documentation to create a meta-data tag in the AndroidManifest.xml. See other options such as intentFilters and usesPermissions but this one seems to be missing.
Is there a way set one in the application tag level like the following?
\<application ...\> \<meta-data android:name="custom\_name" android:value="custom\_value" /\> \</application\>
Thanks.