Example usage for Java android.content.pm ServiceInfo fields, constructors, methods, implement or subclass
The text is from its open source code.
int | FLAG_STOP_WITH_TASK Bit in #flags : If set, the service will automatically be stopped by the system if the user removes a task that is rooted in one of the application's activities. |
int | FLAG_ISOLATED_PROCESS Bit in #flags : If set, the service will run in its own isolated process. |
int | FLAG_SINGLE_USER Bit in #flags : If set, a single instance of the service will run for all users on the device. |