C# 클래스 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.
상속: ApkNodeT, IApkIntentedNode
파일 보기 프로젝트 열기: DKorablin/ApkReader

Private Properties

프로퍼티 타입 설명
ApkService System

비공개 메소드들

메소드 설명
ApkService ( parentNode, XmlNode node ) : System