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

Commit 3c2a5849 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add a feature flag to provide new methods to get packages." into main

parents 54b1ccee 80a95a8f
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