We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb5a659 commit 8bd24d5Copy full SHA for 8bd24d5
examples/get-logical-display-info
@@ -0,0 +1,7 @@
1
+#! /usr/bin/env python3
2
+
3
+from com.dtmilano.android.viewclient import ViewClient
4
5
+device, serialno = ViewClient.connectToDeviceOrExit()
6
7
+print('Logical display info:', device.getLogicalDisplayInfo())
0 commit comments