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

Override Update Checker Constructor to Take in Context Instead of Activity #121

Open
AlexVPerl opened this issue Sep 14, 2015 · 1 comment

Comments

@AlexVPerl
Copy link

Can we please have a constructor that takes in a Context parameter. Looking through the code Activity is only used to pull package name, and Context can easily be substituted for that purpose.

Great library by the way.

@farhadmammadli
Copy link

You can cast context to activity like this
(Activity)context

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

No branches or pull requests

2 participants