Java android.content.pm ServiceInfo fields, constructors, methods, implement or subclass

Example usage for Java android.content.pm ServiceInfo fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.content.pm ServiceInfo.

The text is from its open source code.

Field

intFLAG_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.
intFLAG_ISOLATED_PROCESS
Bit in #flags : If set, the service will run in its own isolated process.
intFLAG_SINGLE_USER
Bit in #flags : If set, a single instance of the service will run for all users on the device.

Constructor