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

Commit 6f565486 authored by rambowang's avatar rambowang
Browse files

Bring back exported FR flag data_only_cellular_service

The exported FR flag data_only_cellular_service for 24Q3 was removed
from the aconfig file by accident when cleaning up the flag. It will
cause some CTS failures.

According the go/android-flags-guidelines#flag-end-of-life, an exported
FR flag should never be removed from the aconfig file.

Bug: 377864488
Test: m -j
Flag: EXEMPT flag change only
Change-Id: I3828a7cdeb3ff35b9f9bc55ef44b9d6b481cf51a
parent b9430342
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -19,6 +19,15 @@ flag {
  bug: "296076674"
}

# OWNER=rambowang TARGET=24Q3
flag {
  name: "data_only_cellular_service"
  is_exported: true
  namespace: "telephony"
  description: "Supports customized cellular service capabilities per subscription."
  bug: "296097429"
}

# OWNER=hhshin TARGET=24Q3
flag {
  name: "support_psim_to_esim_conversion"