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

Commit b56e6efc authored by rambowang's avatar rambowang Committed by Rambo Wang
Browse files

Introduce aconfig flag to fix VCN crash on receiving configs

Bug: 319791612
Test: atest TelephonySubscriptionTrackerTest
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:92380d72882dbc78bc6ac9b6a9f268fc6ef71a1e)
Merged-In: If3309b12f43a783b0904c2fef0267639d3ec1a85
Change-Id: If3309b12f43a783b0904c2fef0267639d3ec1a85
parent 492983e9
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -70,3 +70,13 @@ flag {
  description: "change method to show mobile radio power from service state to radio power"
  bug: "306084899"
}

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
    }
}
 No newline at end of file