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

Commit f8e60187 authored by sangyun's avatar sangyun
Browse files

Flag:RadioInfoIsRadioOn, change to use radio power for isRadioOn

add feature flag for changing method to show mobile radio power
from service state to radio power in RadioInfo engineering menu

Test: manual test with radio power on and off
Bug: 306084899
Change-Id: I6fbe1e5412f5a8dba232e037f217818e511ad5da
parent 04fe95c2
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -70,3 +70,10 @@ flag {
  description: "Expose carrier config KEY_ADDITIONAL_SETTINGS_CALLER_ID_VISIBILITY_BOOL and KEY_ADDITIONAL_SETTINGS_CALL_WAITING_VISIBILITY_BOOL."
  bug: "310264981"
}

flag {
  name: "radio_info_is_radio_on"
  namespace: "telephony"
  description: "change method to show mobile radio power from service state to radio power"
  bug: "306084899"
}