Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support for device compatibility checks #1

Open
schrnz opened this issue Jun 30, 2017 · 0 comments
Open

support for device compatibility checks #1

schrnz opened this issue Jun 30, 2017 · 0 comments

Comments

@schrnz
Copy link
Member

schrnz commented Jun 30, 2017

Idea: only use devices that pass a per evaluation compatibility test as different evaluations have different requirements. Example requirements:

  • specific Android version(s)
  • packages installed or not
  • rooted or not

The straightforward way to implement this is to add a corresponding method to the IEvaluator interface and check all devices before spawning their helper processes. However, chances are high that we will see simple checks like the ones mentioned above over and over, so it might be beneficial to provide implementations for them, maybe in a utility class.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant