Set clipboard allow_virtualdevice_silos flag to on by default

Bug: 274816200
Test: atest ClipboardManagerTest ClipboardManagerListenerTest StreamedAppClipboardTest
Change-Id: Ic3b03198b448d4ee02abf8cf02933945c535f4f9
This commit is contained in:
Antony Sargent
2023-03-22 14:56:45 -07:00
parent 4e97becaa4
commit 05d363c408

View File

@@ -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;