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

Commit c1685b62 authored by Kasia Krejszeff's avatar Kasia Krejszeff
Browse files

Add flag to use profile labels for default app section titles

Bug: 358369931
Change-Id: I28298b82bbfee2c197c96b9d7e5ed7fada42ea65
Test: build
Flag: android.permission.flags.use_profile_labels_for_default_app_section_titles
parent d3ac8465
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -427,3 +427,12 @@ flag {
    description: "Gives the device policy management role the ability to create a managed profile using new APIs"
    bug: "375382324"
}

flag {
    name: "use_profile_labels_for_default_app_section_titles"
    is_exported: true
    is_fixed_read_only: true
    namespace: "profile_experiences"
    description: "Use profile labels from UserManager for default app section titles to allow partner customization"
    bug: "358369931"
}