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

Commit d9bb44c7 authored by Jason Parks's avatar Jason Parks Committed by Android (Google) Code Review
Browse files

Merge "Add the SUPERVISION role allowed packages config." into main

parents 7c99ec11 92d71f24
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -6000,9 +6000,14 @@
    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. -->
    <!-- The package name of the default system supervision package. -->
    <string name="config_systemSupervision" translatable="false"></string>

    <!-- Semicolon separated list of packages allowed to hold the supervision role. If the package
         is not a system app, the signing certificate digest must be included (separated by a colon
         from the package name). -->
    <string name="config_allowedSupervisionRolePackages" 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>