androlyze.model.script.impl.manifest.components package

Submodules

androlyze.model.script.impl.manifest.components.Activities module

class androlyze.model.script.impl.manifest.components.Activities.Activities[source]

Bases: androlyze.model.script.AndroScript.AndroScript

List activities

Attributes

Methods

VERSION = '0.1'

androlyze.model.script.impl.manifest.components.BroadcastReceivers module

class androlyze.model.script.impl.manifest.components.BroadcastReceivers.BroadcastReceivers[source]

Bases: androlyze.model.script.AndroScript.AndroScript

List broadcast receivers

Attributes

Methods

VERSION = '0.1'

androlyze.model.script.impl.manifest.components.ContentProviders module

class androlyze.model.script.impl.manifest.components.ContentProviders.ContentProviders[source]

Bases: androlyze.model.script.AndroScript.AndroScript

List content providers

Attributes

Methods

VERSION = '0.1'

androlyze.model.script.impl.manifest.components.Intents module

class androlyze.model.script.impl.manifest.components.Intents.Intents[source]

Bases: androlyze.model.script.AndroScript.AndroScript

Get intents

Attributes

Methods

VERSION = '0.1'

androlyze.model.script.impl.manifest.components.PublicContentProviders module

class androlyze.model.script.impl.manifest.components.PublicContentProviders.PublicContentProviders[source]

Bases: androlyze.model.script.AndroScript.AndroScript

Lists all public content providers

Attributes

Methods

VERSION = '0.1'
register_structure(res)[source]

androlyze.model.script.impl.manifest.components.PublicContentProviders_Manifest module

class androlyze.model.script.impl.manifest.components.PublicContentProviders_Manifest.PublicContentProviders_Manifest(androscripts=None, root_categories=(), name=None, log_chained_script_meta_infos=True, continue_on_script_failure=True, log_script_failure_exception=False, **kwargs)[source]

Bases: androlyze.model.script.ChainedScript.ChainedScript

Additionally to PublicContentProviders also show all content providers and the manifest

Attributes

Methods

VERSION = '0.1'
chain_scripts()[source]
log_chained_script_meta_infos()[source]
root_categories()[source]

androlyze.model.script.impl.manifest.components.Services module

class androlyze.model.script.impl.manifest.components.Services.Services[source]

Bases: androlyze.model.script.AndroScript.AndroScript

Read services from manifest

Attributes

Methods

VERSION = '0.1'

Module contents

androlyze.model.script.impl.manifest.components.component_key_2_intent_key(key)[source]

Get the key needed to lookup intents in the manifest

androlyze.model.script.impl.manifest.components.get_components_cache(apk)[source]

Use components cache, so we don’t need to go twice through the xml file (manifest)