I integrated a capacitor plugin that use values defined into static Android Manifest for Android.
I need to set these values at runtime becaust they depends from business logic. How can I edit these value at runtime progrmamatically?
<meta-data android:name="customproperty" android:value="123" />
Thanks