onActivityResult
, startActivityForResult
, requestPermissions
, and onRequestPermissionsResult
are deprecated on androidx.fragment
from 1.3.0-alpha04
, not on android.app.Activity
.
Instead, you can use Activity Result APIs with registerForActivityResult.