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
diff --git a/flags/misc.aconfig b/flags/misc.aconfig
index c7140f5..7f40596 100644
--- a/flags/misc.aconfig
+++ b/flags/misc.aconfig
@@ -70,3 +70,10 @@
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"
+}