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

Commit 80a95a8f authored by lpeter's avatar lpeter
Browse files

Add a feature flag to provide new methods to get packages.

Feature flag to provide the new methods within launcher apps class to get packages.

Bug: 363324203
Test: presubmit
Change-Id: Icd041358a5fa0983802a7f7b06eab7d4f747d7a1
parent a27cfdeb
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -286,3 +286,11 @@ flag {
    description: "Feature flag to enable the feature to retrieve package info without installation with a file descriptor."
    bug: "340879905"
}

flag {
    name: "get_packages_from_launcher_apps"
    namespace: "package_manager_service"
    description: "Feature flag to provide the new methods within launcher apps class to get packages."
    bug: "363324203"
    is_fixed_read_only: true
}
 No newline at end of file