Merge "Add config for call captioning"
This commit is contained in:
committed by
Android (Google) Code Review
commit
49764b13db
@@ -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 {
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user