The Android Documentation gives the following warning.
This class was deprecated in API level P. Use the Support Library DialogFragment for consistent behavior across all devices and access to Lifecycle.
Does this simply mean that the only change for me as a developer is to import android.support.v4.app.DialogFragment
instead of the old android.app.DialogFragment
?