Revision 2f3b3e87
ID | 2f3b3e877f24118fa6baa514c5393c649d768dd9 |
Parent | ab803404 |
Child | d293996c |
store PackageManager in static var so it can be used in static methods
Android has some design patterns that based on static methods, like
Intent.createChooser(), that this library should mirror. In order to
implement those, they will need access to a PackageManager instance, so
store the one we have in a static var.
Files
- added
- modified
- copied
- renamed
- deleted