ServiceInfoFlags Enum

Definition

Enumerates values returned by several types.

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum ServiceInfoFlags
[<System.Flags>]
type ServiceInfoFlags = 
Inheritance
ServiceInfoFlags
Attributes

Fields

AllowSharedIsolatedProcess 16
ExternalService 4
IsolatedProcess 2

Bit in Flags: If set, the service will run in its own isolated process.

SingleUser 1073741824

Bit in Flags: If set, a single instance of the service will run for all users on the device.

StopWithTask 1
UseAppZygote 8

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to