Activity name '.com.sec.android.app.launcher.activities.LauncherActivity' used to start the app doesn't exist or cannot be launched! Make sure it exists and is a launchable activity

Failed to create session. An unknown server-side error occurred while processing the command. Original error: Cannot start the ‘com.sec.android.app.launcher’ application. Visit https://github.com/appium/appium/blob/master/docs/en/writing-running-appium/android/activity-startup.md for troubleshooting. Original error: Cannot start the ‘com.sec.android.app.launcher’ application. Visit https://github.com/appium/appium/blob/master/docs/en/writing-running-appium/android/activity-startup.md for troubleshooting. Original error: Activity name ‘.com.sec.android.app.launcher.activities.LauncherActivity’ used to start the app doesn’t exist or cannot be launched! Make sure it exists and is a launchable activity

appActivity: ‘com.sec.android.app.launcher.activities.LauncherActivity’

But after execution, appActivity: ‘.com.sec.android.app.launcher.activities.LauncherActivity’

It is taking dot(.) in front of appActivity. so, it is failing to launch.

Working fine with android 11,12 and below versions. Getting this issue only with android 13 version devices.

Please help me on this…