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

Commit db7793f9 authored by Matt Tacchino's avatar Matt Tacchino Committed by Automerger Merge Worker
Browse files

Merge "Fix typo registerd Test: None Change-Id:...

Merge "Fix typo registerd Test: None Change-Id: Ia81284b63cf82f90c91e106c34f54165637392e2" am: 09752e6d

Original change: https://android-review.googlesource.com/c/platform/frameworks/av/+/2382632



Change-Id: I737c02a5eb21981590e27cc04557afb82d36f8e9
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 01a6269a 09752e6d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1027,7 +1027,7 @@ ToneGenerator::ToneGenerator(audio_stream_type_t streamType, float volume, bool
    if (property_get("gsm.operator.iso-country", value, "") == 0) {
        property_get("gsm.sim.operator.iso-country", value, "");
    }
    // If dual sim device has two SIM cards inserted and is not registerd to any network,
    // If dual sim device has two SIM cards inserted and is not registered to any network,
    // "," is set to "gsm.operator.iso-country" prop.
    // In this case, "gsm.sim.operator.iso-country" prop should be used.
    if (strlen(value) == 1 && strstr(value, ",") != NULL) {