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
Afficher le fichier Open project: DKorablin/ApkReader

Private Properties

Свойство Type Description
ApkService System

Private Methods

Méthode Description
ApkService ( parentNode, XmlNode node ) : System