How do we disable entitlement checks on GearVR

Nick pointed us to the line of code we needed to comment out:
OVREntitlementChecker.doAutomatedCheck(this);
that was in:
Engine\Build\Android\Java\src\com\epicgames\ue4\GameActivity.java
That seems to have fixed it for us.

Thanks,