Gets the SDK version.
(self)
| 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 | """ |
no outgoing calls
no test coverage detected