Skip to content Skip to sidebar Skip to footer

Auto Launching Of Gear Vr Application When Samsung S7 Connected To Gear Vr Device

I have developed an android application using google VR SDK. It will works fine in Samsung S7.But when i attached to Gear VR device the Gear VR app launches,i can't run my applicat

Solution 1:

<meta-data
        android:name="com.samsung.android.vr.application.mode"
        android:value="vr_only"/>

Add this into the your AndroidManifest.xml in application tag. Hope it helps

Solution 2:

Try turning off NFC on your device before adding to the Gear VR device.

Post a Comment for "Auto Launching Of Gear Vr Application When Samsung S7 Connected To Gear Vr Device"