Deepak Gahlot
03/15/2021, 3:49 AMval registerTakeFile = registerForActivityResult(
ActivityResultContracts.OpenDocument()
and after updating to implementation "androidx.activityactivity compose1.3.0-alpha04" i'm getting an error
Can only use lower 16 bits for requestCode
jossiwolf
03/15/2021, 9:49 AMjossiwolf
03/15/2021, 9:49 AMDeepak Gahlot
03/15/2021, 9:50 AMjossiwolf
03/15/2021, 9:51 AMDeepak Gahlot
03/15/2021, 9:52 AMjossiwolf
03/15/2021, 9:52 AMComponentActivity
instead of AppCompatActivity
if you don't need that and are using activitiesDeepak Gahlot
03/15/2021, 10:38 AMjossiwolf
03/15/2021, 10:43 AM