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

Commit 6078fc79 authored by Arpan Kaphle's avatar Arpan Kaphle
Browse files

Add Flag for Metrics SessId Bundle

This adds a flag for the metrics sessId bundle addition, which was the
determined course of action after discussion on API deadlines. This
defers adding the API to a future release, and instead relies on
communications with partners and OEMs to pass in the bundle if they wish
to help the library maintainers with metrics.

Bug: 379880133
Test: Flag Test
Flag: android.credentials.flags.framework_session_id_metric_bundle
Change-Id: I5d5fa65a475e590bd24612364d138085be27fcef
parent 41683230
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -85,6 +85,16 @@ flag {
    bug: "324291187"
}

flag {
    namespace: "credential_manager"
    name: "framework_session_id_metric_bundle"
    description: "Enables the session_id to be passed across to the UI logs"
    bug: "379880133"
    metadata {
            purpose: PURPOSE_BUGFIX
        }
}

flag {
    namespace: "credential_manager"
    name: "clear_credentials_fix_enabled"