Dear all
Since Android 11 provides the useful ScreenRecorder, I'd like to open it programmatically?
I can start Line App by StartActivity( p.GetApplicationIntent("jp.naver.line.android") )
but when I did StartActivity(p.GetApplicationIntent("com.coloros.screenrecorder") )
it failed. the error message is "Object should first be initialized (Intent)
What possibly can I do to fix it?
Highly appreciate for any help
Albert Lin
Since Android 11 provides the useful ScreenRecorder, I'd like to open it programmatically?
I can start Line App by StartActivity( p.GetApplicationIntent("jp.naver.line.android") )
but when I did StartActivity(p.GetApplicationIntent("com.coloros.screenrecorder") )
it failed. the error message is "Object should first be initialized (Intent)
What possibly can I do to fix it?
Highly appreciate for any help
Albert Lin