rave-android
rave-android copied to clipboard
onActivityResult(Int, Int, Intent?): Unit' is deprecated. Deprecated in Java
onActivityResult(Int, Int, Intent?): Unit
is deprecated.
Feature Request Type
- [ ] Core functionality
- [x] Alteration (enhancement/optimization) of existing feature(s)
- [ ] New behavior
Description
Since onActivityResult() is deprecated, could you make RaveUiManager[.initialize()]
accept an ActivityResultLauncher?. That way we can use the Activity Result APIs.