Add config for the system supervision package.

Test: built
Bug: 186556111
Change-Id: Ie758fc9ce2cd9163bc879b40bf3531955f0ce119
This commit is contained in:
Jason Parks
2021-10-14 18:05:59 +00:00
parent 684a3c8fd8
commit 4b09aa9c0a
3 changed files with 7 additions and 1 deletions

View File

@@ -383,6 +383,7 @@ package android {
field public static final int config_systemNotificationIntelligence = 17039413; // 0x1040035
field public static final int config_systemShell = 17039402; // 0x104002a
field public static final int config_systemSpeechRecognizer = 17039406; // 0x104002e
field public static final int config_systemSupervision;
field public static final int config_systemTelevisionNotificationHandler = 17039409; // 0x1040031
field public static final int config_systemTextIntelligence = 17039414; // 0x1040036
field public static final int config_systemUi = 17039418; // 0x104003a

View File

@@ -4697,6 +4697,9 @@
only. The component must be part of a system app. -->
<string name="config_defaultSupervisionProfileOwnerComponent" translatable="false"></string>
<!-- The package name of the default supervision package. -->
<string name="config_systemSupervision" translatable="false"></string>
<!-- Trigger a warning for notifications with RemoteView objects that are larger in bytes than
this value (default 1MB)-->
<integer name="config_notificationWarnRemoteViewSizeBytes">2000000</integer>

View File

@@ -3315,7 +3315,9 @@
<staging-public-group type="style" first-id="0x0dfd0000">
</staging-public-group>
<staging-public-group type="string" first-id="0x0dfc0000">
<staging-public-group type="string" first-id="0x01dc0000">
<!-- @hide @SystemApi -->
<public name="config_systemSupervision" />
</staging-public-group>
<staging-public-group type="dimen" first-id="0x01db0000">