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

Commit 3d140e7c authored by Joël Stemmer's avatar Joël Stemmer Committed by Android (Google) Code Review
Browse files

Merge "Create cross-platform transfer feature flag" into main

parents 2e2a6da5 0c35ee0d
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -78,6 +78,7 @@ flag {
    description: "Enables read all external storage files"
    bug: "376598575"
}

flag {
    name: "enable_metrics_settings_backup_agents"
    namespace: "onboarding"
@@ -85,3 +86,11 @@ flag {
    bug: "379861078"
    is_fixed_read_only: true
}

flag {
    name: "enable_cross_platform_transfer"
    namespace: "onboarding"
    description: "Enables cross platform transfers for backup agents"
    bug: "403956528"
    is_fixed_read_only: true
}