erayerdin / pyairmore

PyAirmore is a Python client library for Android Airmore server, which helps the developers to take programmatic actions on Android.
Other
32 stars 9 forks source link

AirmoreSession::is_server_running Property Returns False If Application is on Background #7

Closed erayerdin closed 6 years ago

erayerdin commented 6 years ago

If the application has never been opened, we get False naturally.

If we open it up and keep it on screen, we get True. However, if we open it up and put it to background, we get False.

This makes some functionalities really insignificant, such as DeviceService::take_screenshot since you need to keep the application always on front.