A few times in Android's components I've encountered a sentence
... can be instantiated by the system
in particular here
Whether or not the content provider can be instantiated by the system — "true" if it can be, and "false" if not
So what does it mean with regard to Content Provider? (BTW Content Provider
component is new to me - I know other Android components)
- When it can happen
Content Provider
is instantiated by system? - Why it can happen?
- What benefit my app gets from this by-system instantiation?