Android.App.ServiceAttribute Members

The members of Android.App.ServiceAttribute are listed below.

See Also: Inherited members from System.Attribute

Public Constructors

Constructs and initializes a new Android.App.ServiceAttribute instance.

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.