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

Commit a78ce5b4 authored by Niamh Walsh's avatar Niamh Walsh
Browse files

Create flag for Delayed Restore API

Change-Id: Iaeb449b2e03360e7df863609119461e2eae6e989
Flag: com.android.server.backup.enable_delayed_restore_api
Test: builds successfully
Bug: 399038494
parent f218c75f
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -86,3 +86,11 @@ flag {
    bug: "403956528"
    is_fixed_read_only: true
}

flag {
    name: "enable_delayed_restore_api"
    namespace: "onboarding"
    description: "Enables delayed restore API for system components"
    bug: "399038494"
    is_fixed_read_only: true
}