Skip to content

Commit cd7cf6f

Browse files
committed
Revert "[temporary] disable VM console not yet supported by Android 16 sepolicy"
This reverts commit 3d93cca.
1 parent 9372aac commit cd7cf6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/framework-virtualization/src/android/system/virtualmachine/VirtualMachineConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1430,7 +1430,7 @@ public Builder setVmConsoleInputSupported(boolean supported) {
14301430
*/
14311431
@NonNull
14321432
public Builder setConnectVmConsole(boolean supported) {
1433-
mConnectVmConsole = false;
1433+
mConnectVmConsole = supported;
14341434
return this;
14351435
}
14361436

0 commit comments

Comments
 (0)