Can you please provide the method for accessing live view via a URL…
For starting the RingAPP this works:
intent:#Intent;launchFlags=0x10000000;component=com.ringapp/com.ring.launch.LaunchActivity;end
For bringing up Liveview this does NOT work:
intent:#Intent;launchFlags=0x10000000;component=com.ringapp/com.ring.launch.LiveViewLoadingActivity;end
I will take any method that brings up LiveView on demand…