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

Commit 1807cd15 authored by Bryce Lee's avatar Bryce Lee Committed by android-build-merger
Browse files

Merge "Add Telecom config bool to require a phone account to be present for...

Merge "Add Telecom config bool to require a phone account to be present for handle" into cw-e-dev am: 521ac43f am: 4c42942d
am: 1fd4da3b

* commit '1fd4da3b':
  Add Telecom config bool to require a phone account to be present for handle
parents cbecad4c 1fd4da3b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1288,6 +1288,10 @@
         device is data-only. -->
    <bool name="config_voice_capable">true</bool>

    <!-- Flag indicating that an outbound call must have a call capable phone account
         that has declared it can process the call's handle. -->
    <bool name="config_requireCallCapableAccountForHandle">false</bool>

    <!-- Flag indicating if the user is notified when the mobile network access is restricted -->
    <bool name="config_user_notification_of_restrictied_mobile_access">true</bool>

+1 −0
Original line number Diff line number Diff line
@@ -275,6 +275,7 @@
  <java-symbol type="bool" name="config_ui_enableFadingMarquee" />
  <java-symbol type="bool" name="config_use_strict_phone_number_comparation" />
  <java-symbol type="bool" name="config_voice_capable" />
  <java-symbol type="bool" name="config_requireCallCapableAccountForHandle" />
  <java-symbol type="bool" name="config_user_notification_of_restrictied_mobile_access" />
  <java-symbol type="bool" name="config_wifiDisplaySupportsProtectedBuffers" />
  <java-symbol type="bool" name="preferences_prefer_dual_pane" />