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

Commit cd4f7b53 authored by Nathan Harold's avatar Nathan Harold
Browse files

Remove key_ prefix from CarrierConfig Strings

Remove the key_ prefix from the resolved string
of:
KEY_SUBSCRIPTION_GROUP_UUID_STRING; and
KEY_IS_OPPORTUNISTIC_SUBSCRIPTION_BOOL

Bug: 130374824
Test: compilation (trivial string change)
Merged-In: I1ae1df9d33229d3f3aba237d865ceb2373761af4
Change-Id: I1ae1df9d33229d3f3aba237d865ceb2373761af4
(cherry picked from commit bbb8968e)
parent b0241bd8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2804,7 +2804,7 @@ public class CarrierConfigManager {
     * @hide
     */
    public static final String KEY_SUBSCRIPTION_GROUP_UUID_STRING =
            "key_subscription_group_uuid_string";
            "subscription_group_uuid_string";

    /**
    * A boolean property indicating whether this subscription should be managed as an opportunistic
@@ -2819,7 +2819,7 @@ public class CarrierConfigManager {
    * @hide
    */
    public static final String KEY_IS_OPPORTUNISTIC_SUBSCRIPTION_BOOL =
            "key_is_opportunistic_subscription_bool";
            "is_opportunistic_subscription_bool";

    /**
     * A list of 4 GSM RSSI thresholds above which a signal level is considered POOR,