AndroidManifest.xml

Tags:androidmobile Related to:hacking,bug-bounty See also:

Summary

A Brief overview of what AndroidManifest.xml is

What is this file?

It specifies properties of an app like:

  • Package Name
  • Activities
  • Services
  • Pemissions
  • Definitions
  • Usage
  • Use of external libraries
References (optional )