Код: Выделить всё
ActivityResultLauncher launcher = registerForActivityResult(new ActivityResultContracts.OpenDocument(), uri -> {
if (uri != null) {
}
});
Код: Выделить всё
launcher.launch(mimeTypes);
Пожалуйста, помогите мне.
Подробнее здесь: https://stackoverflow.com/questions/785 ... via-intent
Мобильная версия