How can I use rememberLauncherForActivityResult to...
# compose
d
How can I use rememberLauncherForActivityResult to get a result from a specific app? Everything I read uses generic calls like "ActivityResultContracts.GetMultipleContents()" Seems like there might be a way to do it with "ActivityResultContracts.StartActivityForResult()" but cannot find good info on how to use this to use a specific app.