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

Commit 49764b13 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add config for call captioning"

parents 5965aa4b e8d74abe
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -359,6 +359,7 @@ package android {
    field public static final int config_showDefaultAssistant = 17891329; // 0x1110001
    field public static final int config_showDefaultEmergency = 17891330; // 0x1110002
    field public static final int config_showDefaultHome = 17891331; // 0x1110003
    field public static final int config_systemCaptionsServiceCallsEnabled;
  }
  public static final class R.color {
+5 −0
Original line number Diff line number Diff line
@@ -4019,6 +4019,11 @@
    -->
    <string name="config_defaultSystemCaptionsManagerService" translatable="false"></string>

    <!-- Indicates whether the system wide captions service should also support
         call captioning.
    -->
    <bool name="config_systemCaptionsServiceCallsEnabled" translatable="false"></bool>

    <!-- The package name for the incident report approver app.
        This app is usually PermissionController or an app that replaces it.  When
        a bugreport or incident report with EXPLICT-level sharing flags is going to be
+2 −0
Original line number Diff line number Diff line
@@ -3308,6 +3308,8 @@
  </staging-public-group>

  <staging-public-group type="bool" first-id="0x01cf0000">
    <!-- @hide @SystemApi -->
    <public name="config_systemCaptionsServiceCallsEnabled" />
  </staging-public-group>

  <staging-public-group type="fraction" first-id="0x01ce0000">