C# Class AlphaOmega.Debug.Manifest.ApkService

Declares a service (a Service subclass) as one of the application's components
Unlike activities, services lack a visual user interface. They're used to implement long-running background operations or a rich communications API that can be called by other applications. All services must be represented by ApkService elements in the manifest file. Any that are not declared there will not be seen by the system and will never be run.
Inheritance: ApkNodeT, IApkIntentedNode
显示文件 Open project: DKorablin/ApkReader

Private Properties

Property Type Description
ApkService System

Private Methods

Method Description
ApkService ( parentNode, XmlNode node ) : System