How to open Date Settings through driver?

Hi, i would like open “Time & Date” settings like “new Intent(android.provider.Settings.ACTION_DATE_SETTINGS)”

But i can’t open with driver.startActivity() or capabilities. My goal is change the system date to test alarms, reminders…

1 Like

I’m also having trouble with this. I can run adb shell am start -a android.settings.DATE_SETTINGS with appium relaxed security, but I can’t do this on device farm so need a solution using driver.startActivity