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

Commit 92d71f24 authored by Jason Parks's avatar Jason Parks
Browse files

Add the SUPERVISION role allowed packages config.

Bug: 401490610
Bug: 390242232
Test: m
Flag: android.permission.flags.supervision_role_enabled
Change-Id: Ibd821e01346f5f75c1ab001aac85a0eae47f37f1
parent 00661c03
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>