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

Commit 71785bf3 authored by rambowang's avatar rambowang Committed by Android Build Cherrypicker Worker
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
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:1ad73f715bfc96abbbee7c21a1026a0054c6c9ae)
Merged-In: I6f5ba1998824c87ea458bf8163fdf9e6ba8a451d
Change-Id: I6f5ba1998824c87ea458bf8163fdf9e6ba8a451d
parent b3c8e2ef
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"