You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Romain SERTELON edited this page Jan 6, 2012
·
7 revisions
@SystemService
The @SystemService annotation indicates that an activity field should be injected with the corresponding Android System service. It is the same as calling the getSystemService method.
The field type is used to determine which system service should be injected. The field must not be private.