Android.App.ServiceAttribute: Property Members

The properties of Android.App.ServiceAttribute are listed below. For a list of all members, see the ServiceAttribute Members list.

See Also: Inherited members from System.Attribute

Public Properties

Enabledbool. Whether or not the service can be instantiated by the system.
Exportedbool. Whether or not the service can be launched by components of other applications.
Iconstring. An icon representing the service.
IsolatedProcessbool. Documentation for this section has not yet been entered.
Labelstring. A user-readable label for the service.
Namestring. The name of the class that implements the service.
Permissionstring. The name of a permission that clients must have to launch the service.
Processstring. The name of the process in which the service should run.