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

Commit 04fa8ac9 authored by Manish Singh's avatar Manish Singh
Browse files

Add a way to specify Private Space title in settings

Bug: 302278487
Test: manual
Change-Id: If1f76a44d7d01ad6b3d37c89423532915e5de0c0
parent d586865e
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -1171,6 +1171,12 @@ public final class DevicePolicyResources {
             */
            public static final String WORK_CATEGORY_HEADER = PREFIX + "WORK_CATEGORY_HEADER";

            /**
             * Header for items under the private user
             */
            public static final String PRIVATE_CATEGORY_HEADER =
                    PREFIX + "PRIVATE_CATEGORY_HEADER";

            /**
             * Header for items under the personal user
             */
+2 −0
Original line number Diff line number Diff line
@@ -518,6 +518,8 @@
    <string name="category_personal">Personal</string>
    <!-- Header for items under the work user [CHAR LIMIT=30] -->
    <string name="category_work">Work</string>
    <!-- Header for items under the private profile user [CHAR LIMIT=30] -->
    <string name="category_private">Private</string>
    <!-- Header for items under the clone user [CHAR LIMIT=30] -->
    <string name="category_clone">Clone</string>