openSettings

abstract suspend fun openSettings(sourceId: SourceId): UserFlowResult

Performs the custom UserFlowPolicy.settingsUserFlow if provided, otherwise uses the PendingIntent from the SourceId.getSettingsIntent to launch the settings activity. If neither custom user flow nor SourceId.getSettingsIntent are provided, this method returns UserFlowResult.Error.