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

Commit f9ead631 authored by Joanne Chung's avatar Joanne Chung
Browse files

Add feature flag for ASL-in-APK app meta data source

Bug: 287487923
Test: build and get it in code locally.
Change-Id: I45d0d62478e588d61ad7c7934fc7040a0a2685a8
parent 976c29c7
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -183,3 +183,11 @@ flag {
    description: "Feature flag to enable permission EMERGENCY_INSTALL_PACKAGES"
    bug: "321080601"
}

flag {
    name: "asl_in_apk_app_metadata_source"
    namespace: "package_manager_service"
    description: "Feature flag to allow to know if the Android Safety Label (ASL) of an app is provided by the app's APK itself, or provided by an installer."
    bug: "287487923"
    is_fixed_read_only: true
}