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

Make ShadowPackageManager not abstract. #2983

Merged
merged 2 commits into from Mar 21, 2017

Conversation

jongerrish
Copy link
Contributor

This allows teams to subclass PackageManager without requiring to have a
corresponding shadow.

The methods it needs to implement come from the RobolectricPackageManager
interface which will be removed in 3.4 These are all methods that are
available on the framework PackageManager which should be used in
preference to the shadow anyway.

Fixes #2951

Jonathan Gerrish and others added 2 commits March 16, 2017 15:34
This allows teams to subclass PackageManager without requiring to have a
corresponding shadow.

The methods it needs to implement come from the RobolectricPackageManager
interface which will be removed in 3.4 These are all methods that are
available on the framework PackageManager which should be used in
preference to the shadow anyway.
@xian xian added this to the 3.3.2 milestone Mar 21, 2017
@xian xian added the cleanup label Mar 21, 2017
@xian xian merged commit 1df4383 into master Mar 21, 2017
@xian xian deleted the shadow_package_manager_non_abstract branch January 13, 2019 22:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants