right I'm trying to import to my project:
import androidx.activity.result.ActivityResultLauncher;
and I tried to implement:
private ActivityResultLauncher<Intent> intentActivityResultLauncher;
but I think I'm getting an error because is a legacy project
maybe any idea how can I implement without import with androidx