I want to go smart view in my app

I am developing an Android app. I would like to run smart view through intent when a button click event occurs. Is there a way to do this?

This code returns intent is null

Hello,
Welcome to this forum. Is your issue for Smart TV or Android mobile application?

The question is the same. I want to open smartview installed on Galaxy in the app I am developing. I looked it up and found that the package name of smartview is com.samsung.android.smartmirroring. smartview is currently installed on my mobile. However, an attempt to obtain intent through the package name through packagemanager failed. please tell me why