MCPcopy Create free account
hub / github.com/dtmilano/AndroidViewClient / getSdkVersion

Method getSdkVersion

src/com/dtmilano/android/viewclient.py:4277–4282  ·  view source on GitHub ↗

Gets the SDK version.

(self)

Source from the content-addressed store, hash-verified

4275 return self.__getFocusedWindowId()
4276
4277 def getSdkVersion(self):
4278 """
4279 Gets the SDK version.
4280 """
4281
4282 return self.build[VERSION_SDK_PROPERTY]
4283
4284 def isKeyboardShown(self):
4285 """

Callers 7

dumpMethod · 0.95
__init__Method · 0.45
openQuickSettingsMethod · 0.45
changeLanguageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected