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

Commit 922109ce authored by Joanne Chung's avatar Joanne Chung Committed by Android (Google) Code Review
Browse files

Merge "Add feature flag for ASL-in-APK app meta data source" into main

parents 20d8945b f9ead631
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
}