Open live view within Ring app from HA notification

Hello,
I have no idea if such a thing is even possible but I’d like to open the Ring app’s live view from a HA notification. The reason behind is that my Ring live view within HA takes about 25 to 30 seconds to load whereas the live view within the ring app takes about 3 seconds when launched from the Android homescreen widget.

I have a notification set up for when motion is detected and I can launch the Ring app with this action:

    actions:
      - action: URI
        title: Open Ring
        uri: app://com.ringapp

Now I’d like it to open directly to live view. Online I found the information that the live view activity is “com.ringapp.liveview.ui.LiveViewActivity” but using that as the URI doesn’t work. Is this information incorrect or does opening activities in general not work?

Sorry if this is a stupid question, I’m still quite new to HA. :flushed: