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

Commit 7982499a authored by Jayachandran C's avatar Jayachandran C Committed by Android (Google) Code Review
Browse files

Revert "[satellite] Removed hardcoded package name"

This reverts commit 0e69d144.

Reason for revert: This will impact enable satellite until the carrier config is explicitly set when NB IOT flag is enabled. b/377974186.

Change-Id: Ib1c0dec8c2a15b506c5f253fe8b04d1b42799c89
parent 0e69d144
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -10153,7 +10153,9 @@ public class CarrierConfigManager {
            "satellite_roaming_esos_inactivity_timeout_sec_int";
    /**
     * A string array containing the list of messaging package names that support satellite.
     * A string array containing the list of messaging apps that support satellite.
     *
     * The default value contains only "com.google.android.apps.messaging"
     *
     * @hide
     */
@@ -11313,6 +11315,8 @@ public class CarrierConfigManager {
                        NetworkRegistrationInfo.SERVICE_TYPE_SMS,
                        NetworkRegistrationInfo.SERVICE_TYPE_MMS
                });
        sDefaults.putStringArray(KEY_SATELLITE_SUPPORTED_MSG_APPS_STRING_ARRAY, new String[]{
                "com.google.android.apps.messaging"});
        sDefaults.putBoolean(KEY_DISABLE_DUN_APN_WHILE_ROAMING_WITH_PRESET_APN_BOOL, false);
        sDefaults.putBoolean(KEY_EMERGENCY_MESSAGING_SUPPORTED_BOOL, false);
        sDefaults.putInt(KEY_EMERGENCY_CALL_TO_SATELLITE_T911_HANDOVER_TIMEOUT_MILLIS_INT,