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

Commit 515653b4 authored by SongFerng Wang's avatar SongFerng Wang Committed by Automerger Merge Worker
Browse files

Merge "Add CAPABILITY_PHYSICAL_CHANNEL_CONFIG_1_6_SUPPORTED" into sc-dev am: 09ca8113

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

Change-Id: Iba7b5c7da5e93341b8f8a85dfc1fecf673fb5ce6
parents 03334eae 09ca8113
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -15035,6 +15035,15 @@ public class TelephonyManager {
    public static final String CAPABILITY_SLICING_CONFIG_SUPPORTED =
            "CAPABILITY_SLICING_CONFIG_SUPPORTED";
    /**
     * Indicates whether PHYSICAL_CHANNEL_CONFIG HAL1.6 is supported. See comments on
     * respective methods for more information.
     *
     * @hide
     */
    public static final String CAPABILITY_PHYSICAL_CHANNEL_CONFIG_1_6_SUPPORTED =
            "CAPABILITY_PHYSICAL_CHANNEL_CONFIG_1_6_SUPPORTED";
    /**
     * A list of the radio interface capability values with public valid constants.
     *