Quick question folks:
I am developing an SDK where I need to add Fragment into an Activity. FragmentManager is deprecated since API 26. Now get SupportFragmentManager is a function of support.AppCompatActivity. I don’t want to use deprecated class FragmentManager but can’t acces SupportFragmentManager from AppCompatActivity.
What is the best way to go here?