Show information's about installed APKs
- load list of installed apps
- extract APK file (SD Card, Share file)
- show info from manifest:
- namespace (application id)
- permissions
- list of activity
- list of services
- list of receivers
- list of providers
- application meta-data
- version names and int
- show info from manifest:
- uses-feature
- show intent filters
- run selected activities/services
- try broadcast info to receivers