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

Commit fed755c4 authored by Tomasz Wasilczyk's avatar Tomasz Wasilczyk
Browse files

Add config_force_phone_globals_creation config

Bug: 331855229
Test: connect BT phone and check messages
Change-Id: I85e158c5cb73878e448ed839f63e8884198dbcb0
parent 2b3fd07b
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -403,4 +403,10 @@
    <integer name="config_wait_for_datagram_sending_response_for_last_message_timeout_millis">60000</integer>
    <java-symbol type="integer" name="config_wait_for_datagram_sending_response_for_last_message_timeout_millis" />

    <!-- Boolean indicating whether Telephony should force PhoneGlobals creation
         regardless of FEATURE_TELEPHONY presence.
         -->
    <bool name="config_force_phone_globals_creation">false</bool>
    <java-symbol type="bool" name="config_force_phone_globals_creation" />

</resources>