dtmilano / AndroidViewClient

Android ViewServer and ADB client
Apache License 2.0
1.62k stars 347 forks source link

__getRestrictedScreen() to getRestrictedScreen(self): #71

Closed elbajo closed 10 years ago

elbajo commented 10 years ago

During a test you sometime need the screen resolution and i didn't find any function available for that. I created one based on getRestrictedScreen(). I can create a pull request with it if you want or may be it's simpler to just change getRestrictedScreen() to getRestrictedScreen(self) ?

dtmilano commented 10 years ago

Done in f85e734d5d7e5373314abf6ae172e1a919f0fb2c Thanks for the suggestion.