Why the function onActivityResult in FragmentActivity is protected
meanwhile the function onActivityResult in Fragment is public?
Why the function onActivityResult in FragmentActivity is protected
meanwhile the function onActivityResult in Fragment is public?
Because the activity need to access its fragment, included the fragment's methods.
Thanks to @Anggrayudi H.