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
@deprecated("This method has been deprecated in favor of using the Activity Result API\n " +
" which brings increased type safety via an {@link ActivityResultContract} and the prebuilt\n" +
" contracts for common intents available in\n " +
" {@link androidx.activity.result.contract.ActivityResultContracts}, provides hooks for\n " +
" testing, and allow receiving results in separate, testable classes independent from your\n " +
" activity. Use\n {@link #registerForActivityResult(ActivityResultContract, ActivityResultCallback)}\n " +
" with the appropriate {@link ActivityResultContract} and handling the result in the\n " +
" {@link ActivityResultCallback#onActivityResult(Object) callback}.")
The text was updated successfully, but these errors were encountered:
@deprecated("This method has been deprecated in favor of using the Activity Result API\n " +
" which brings increased type safety via an {@link ActivityResultContract} and the prebuilt\n" +
" contracts for common intents available in\n " +
" {@link androidx.activity.result.contract.ActivityResultContracts}, provides hooks for\n " +
" testing, and allow receiving results in separate, testable classes independent from your\n " +
" activity. Use\n {@link #registerForActivityResult(ActivityResultContract, ActivityResultCallback)}\n " +
" with the appropriate {@link ActivityResultContract} and handling the result in the\n " +
" {@link ActivityResultCallback#onActivityResult(Object) callback}.")
The text was updated successfully, but these errors were encountered: