You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The implementation of the ActivityResultContracts.CreateDocument class does not correspond to the official implementation https://developer.android.com/reference/androidx/activity/result/contract/ActivityResultContracts.CreateDocument. According to the official page, this class has a constructor with 1 parameter of type string and the CreateIntent method does not match the type of the parameters. This difference in implementation causes a compile error when overriding the CreateIntent method.