package apk
- Source
- package.scala
- Alphabetic
- By Inheritance
- apk
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- class ApkComponent extends AnyRef
Component of an APK.
Component of an APK. Each component is a potential entry point. A component is either an Activity, Service, Broadcast Receiver or Content Provider. Parsed from AndroidManifest.xml.
The entry point functions were collected up to API level 33 (Android 13). They also include all deprecated functions.
- class ApkContextRegisteredReceiver extends ApkComponent
Represents the occurrence of a context-registered Broadcast Receiver via call to registerReceiver().
Value Members
- val BaseConfig: Config
- final val ConfigKeyPrefix: String("org.opalj.apk.")
- final val FrameworkName: String("OPAL APK")
- object ApkComponentType extends Enumeration
Represents the four types of APK components.
- object ApkComponentsKey extends ProjectInformationKey[Project, Seq[ApkComponent], ApkParser]
Key for a list of ApkComponent to link them to a org.opalj.br.analyses.Project.
- object ApkContextRegisteredReceiversKey extends ProjectInformationKey[Seq[ApkContextRegisteredReceiver], SomeProject]
Key for a list of ApkContextRegisteredReceiver to link them to a org.opalj.br.analyses.Project.