Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a3d01229 authored by Tyler Gunn's avatar Tyler Gunn Committed by android-build-merger
Browse files

Merge "Update onDeregistered docs to make capability change expectations...

Merge "Update onDeregistered docs to make capability change expectations clear." into pi-dev am: 50258128
am: 5823043e

Change-Id: Ia6d217c8669232b14eccf867b1e5826bb4a286d5
parents 3da50f32 5823043e
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -213,6 +213,17 @@ public class ImsRegistrationImplBase {

    /**
     * Notify the framework that the device is disconnected from the IMS network.
     * <p>
     * Note: Prior to calling {@link #onDeregistered(ImsReasonInfo)}, you should ensure that any
     * changes to {@link android.telephony.ims.feature.ImsFeature} capability availability is sent
     * to the framework.  For example,
     * {@link android.telephony.ims.feature.MmTelFeature.MmTelCapabilities#CAPABILITY_TYPE_VIDEO}
     * and
     * {@link android.telephony.ims.feature.MmTelFeature.MmTelCapabilities#CAPABILITY_TYPE_VOICE}
     * may be set to unavailable to ensure the framework knows these services are no longer
     * available due to de-registration.  If you do not report capability changes impacted by
     * de-registration, the framework will not know which features are no longer available as a
     * result.
     *
     * @param info the {@link ImsReasonInfo} associated with why registration was disconnected.
     */