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

Commit 070fb692 authored by Hall Liu's avatar Hall Liu
Browse files

Improve documentation for ImsCallProfile extras

Fixes: 178498784
Test: Docs only
Change-Id: I1b4bc136ec6307fbbf408982a7e17dc1e46c61b0
parent cea46d1f
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -138,6 +138,8 @@ public final class ImsCallProfile implements Parcelable {
     * Indicates if the session is for a conference call or not. If not defined, should be
     * considered {@code false}.
     * Boolean extra properties - {@code true} / {@code false}.
     *
     * This extra is set on an instance of {@link ImsCallProfile} via {@link #setCallExtraBoolean}.
     * @hide
     */
    @SystemApi
@@ -174,6 +176,8 @@ public final class ImsCallProfile implements Parcelable {
     * Indicates if the session can be extended to a conference call. If not defined, should be
     * considered {@code false}.
     * Boolean extra properties - {@code true} / {@code false}.
     *
     * This extra is set on an instance of {@link ImsCallProfile} via {@link #setCallExtraBoolean}.
     * @hide
     */
    @SystemApi