Can anyone help with what the full Intent is to launch the settings app directly onto the sound section?
I know it's com.dudu.autoui.ui.activity.set.SetActivity but I need the full Intent like this:
<intent android:targetPackage="ru.yandex.yandexnavi" android:action="ru.yandex.yandexnavi.action.ON_SHORTCUT_WORK" android:targetClass="ru.yandex.yandexnavi.core.NavigatorActivity" />
Can anyone help?