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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user