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

Commit 2772d3c0 authored by Etan Cohen's avatar Etan Cohen
Browse files

Fix build: wrong API made public

Change-Id: I03a9151ef648bb999060bd94900691fde356058e
parent a39f6135
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -261,6 +261,7 @@ public class CarrierConfigManager {
    /**
    /**
     * Flag specifying whether IMS instant lettering is available for the carrier.  {@code True} if
     * Flag specifying whether IMS instant lettering is available for the carrier.  {@code True} if
     * instant lettering is available for the carrier, {@code false} otherwise.
     * instant lettering is available for the carrier, {@code false} otherwise.
     * @hide
     */
     */
    public static final String KEY_CARRIER_INSTANT_LETTERING_AVAILABLE_BOOL =
    public static final String KEY_CARRIER_INSTANT_LETTERING_AVAILABLE_BOOL =
            "carrier_instant_lettering_available_bool";
            "carrier_instant_lettering_available_bool";
@@ -268,7 +269,6 @@ public class CarrierConfigManager {
    /*
    /*
     * Flag specifying whether IMS should be the first phone attempted for E911 even if the
     * Flag specifying whether IMS should be the first phone attempted for E911 even if the
     * phone is not in service.
     * phone is not in service.
     * @hide
     */
     */
    public static final String KEY_CARRIER_USE_IMS_FIRST_FOR_EMERGENCY_BOOL
    public static final String KEY_CARRIER_USE_IMS_FIRST_FOR_EMERGENCY_BOOL
            = "carrier_use_ims_first_for_emergency_bool";
            = "carrier_use_ims_first_for_emergency_bool";