1

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 enter image description here

maybe any idea how can I implement without import with androidx

0 Answers0