Can we set the content of meta-data tag programmatically i.e without using manifest.Here is a code snippet from manifest
<application
android:allowBackup="true"
android:theme="@style/AppTheme"
>
<meta-data
android:name="com.samsung.android.vr.application.mode"
android:value="vr_only"/>
.......