diff options
| author | 2023-07-26 06:02:08 +0000 | |
|---|---|---|
| committer | 2023-08-02 08:58:49 +0000 | |
| commit | 6e9ceb51c0f88a0a4748ec73fa81b59ed12fb71f (patch) | |
| tree | 33d7534d1859f861d013426a8242fa338cc482bf | |
| parent | d76220ed2446cad21086c62a3f637dde997d2903 (diff) | |
Added boolean flag for Overlay Config of TelephonyAnalytics
Bug: 293228753
Test: Device Test
Change-Id: I8445d5a5092942568175caac76219457303d688b
| -rw-r--r-- | core/res/res/values/config_telephony.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/res/res/values/config_telephony.xml b/core/res/res/values/config_telephony.xml index b7a5bc826641..18abe7073757 100644 --- a/core/res/res/values/config_telephony.xml +++ b/core/res/res/values/config_telephony.xml @@ -199,4 +199,8 @@ <bool name="allow_clear_initial_attach_data_profile">false</bool> <java-symbol type="bool" name="allow_clear_initial_attach_data_profile" /> + <!-- Boolean indicating whether TelephonyAnalytics module is active or not. --> + <bool name="telephony_analytics_switch">true</bool> + <java-symbol type="bool" name="telephony_analytics_switch" /> + </resources> |