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

Commit 6e9ceb51 authored by Kumar Ankit's avatar Kumar Ankit
Browse files

Added boolean flag for Overlay Config of TelephonyAnalytics

Bug: 293228753
Test: Device Test
Change-Id: I8445d5a5092942568175caac76219457303d688b
parent d76220ed
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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>