PictureInPictureConfiguration   
    data class PictureInPictureConfiguration(val enable: Boolean, val autoEnterEnabled: Boolean = Build.VERSION.SDK_INT <= Build.VERSION_CODES.VANILLA_ICE_CREAM) : Parcelable
Configuration for controlling Picture-in-Picture (PiP) behavior within a call UI.
Properties
Link copied to clipboard
                  Determines whether to call android.app.PictureInPictureParams.Builder.setAutoEnterEnabled when configuring the PiP parameters. When true, the system automatically enters PiP mode when the user presses the home button or performs an equivalent action. Set this to false if you prefer to manually control when PiP mode should be entered. It should be set to false for Android 16