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

Commit 1bdad56f authored by Orhan Uysal's avatar Orhan Uysal
Browse files

Add flag for repository based persistence

Flag: com.android.window.flags.repository_based_persistence
Test: NA
Bug: 425916459
Change-Id: I4b4853d104cfb2f6a61a298a76c24519bde9ee68
parent 2583ac54
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -1487,6 +1487,16 @@ flag {
    bug: "381258683"
}

flag {
    name: "repository_based_persistence"
    namespace: "lse_desktop_experience"
    description: "Persists the whole repository instead of just persisting a single desk per event"
    bug: "425916459"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "respect_fullscreen_activity_option_in_desktop_launch_params"
    namespace: "lse_desktop_experience"