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

Commit f6824e83 authored by Pu Shi's avatar Pu Shi
Browse files

Add feature flag for Universal Clipboard

Add the flag enable_universal_clipboard to guard Unviersal
Clipboard feature.

Flag: android.companion.enable_universal_clipboard
Bug: 432068758
Test: FLAG only
Change-Id: I0e03ad352f6fe82b1fdf397d8e6594c299d22756
parent 8161b2b8
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -111,3 +111,10 @@ flag {
    description: "Enable the Remote App Access API"
    bug: "400970610"
}

flag {
    name: "enable_universal_clipboard"
    namespace: "desktop_better_together"
    description: "Enable Universal Clipboard feature"
    bug: "432068758"
}