Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment