Hello,I want to develop an Android background service that should
monitor when the GearVR gets mounted on the users head.Is there any way
to do that, I've found nothing so far.Cheers,Fabian
I registered a BroadcastReceiver in the AndroidManifest.xml as
follows:
I tested it with other custom intent actions
and the Receiver triggered. But the
"com.samsung.intent.action.HMT_CONNECTED" was not fired on mounting the
glasses.