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

Commit 5246e93f authored by Hall Liu's avatar Hall Liu Committed by Automerger Merge Worker
Browse files

Merge "Improve documentation for ImsCallProfile extras" into sc-dev am: 7672f255

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13441725

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Id96853ed53fbcbd6fb387007d180465ee5665f99
parents 02bc2bca 7672f255
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