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

Commit 05d363c4 authored by Antony Sargent's avatar Antony Sargent
Browse files

Set clipboard allow_virtualdevice_silos flag to on by default

Bug: 274816200
Test: atest ClipboardManagerTest ClipboardManagerListenerTest StreamedAppClipboardTest
Change-Id: Ic3b03198b448d4ee02abf8cf02933945c535f4f9
parent 4e97beca
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -85,7 +85,7 @@ public class ClipboardManager extends android.text.ClipboardManager {
     *
     * @hide
     */
    public static final boolean DEVICE_CONFIG_DEFAULT_ALLOW_VIRTUALDEVICE_SILOS = false;
    public static final boolean DEVICE_CONFIG_DEFAULT_ALLOW_VIRTUALDEVICE_SILOS = true;

    private final Context mContext;
    private final Handler mHandler;