The members of Android.App.ServiceAttribute are listed below.
See Also: Inherited members from System.Attribute
Constructs and initializes a new Android.App.ServiceAttribute instance. |
Enabled | bool. Whether or not the service can be instantiated by the system. | |
Exported | bool. Whether or not the service can be launched by components of other applications. | |
Icon | string. An icon representing the service. | |
IsolatedProcess | bool. Documentation for this section has not yet been entered. | |
Label | string. A user-readable label for the service. | |
Name | string. The name of the class that implements the service. | |
Permission | string. The name of a permission that clients must have to launch the service. | |
Process | string. The name of the process in which the service should run. |