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

Commit 1ad73f71 authored by rambowang's avatar rambowang
Browse files

Clean up flag fix_crash_on_getting_config_when_phone_is_gone

Flag fix_crash_on_getting_config_when_phone_is_gone has been advanced to
next for a while and no regression is observed. Clean it up for now to
keep code healthy.

Bug: 319791612
Test: atest TelephonySubscriptionTrackerTest
Flag: EXEMPT flag clean up only
Change-Id: I6f5ba1998824c87ea458bf8163fdf9e6ba8a451d
parent 42e2819d
Loading
Loading
Loading
Loading
+0 −11
Original line number Diff line number Diff line
@@ -96,17 +96,6 @@ flag {
    bug:"271921464"
}

# OWNER=rambowang TARGET=24Q3
flag {
    name: "fix_crash_on_getting_config_when_phone_is_gone"
    namespace: "telephony"
    description: "Fix VCN crash when calling CarrierConfigManager.getConfigForSubId while phone process has gone."
    bug:"319791612"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

# OWNER=rambowang TARGET=24Q3
flag {
    name: "add_anomaly_when_notify_config_changed_with_invalid_phone"