This command works from adb shell but gives error 253 from within tasker:
This is for a third party application I have side loaded onto oculus go. I'm open to any other solution for launching the app, I have tried to use autolauncher but had difficulty unlocking from oculus go.
This is from the manifest.xml:
package="nl.vrowl.vrcinema"
<activity
android:theme="@ref/0x0103000a"
android:name="com.unity3d.player.UnityPlayerActivity"
android:excludeFromRecents="true"
android:launchMode="2"
android:screenOrientation="0"
android:configChanges="0x40003fff"
android:hardwareAccelerated="false">
<intent-filter>
<action
android:name="android.intent.action.MAIN" />
<category
android:name="android.intent.category.INFO" />
</intent-filter>
</activity>