• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

What Are AndroidManifest.xml files

Hi There,

My mom has been thinking that her phone has been hacked. She often says that people are sticking manifests on her phone then forwards files like the attached screenshot to her emails and says certain things mean certain stuff. I'm really not aware of what these things are, so I was hoping a developer could help explain what the manifest shows in the screenshot to me... So I could pass the information along to her.

I know most of the time these manifests are used to run apps and such... but just want to confirm there isn't anything weird going on.

All the Best,
Cody
 

Attachments

  • Screen Shot 2018-12-01 at 1.33.47 PM.png
    Screen Shot 2018-12-01 at 1.33.47 PM.png
    1.1 MB · Views: 126
Where's she finding these files?
A manifest is part of the build process for an app. It contains things like permissions required by the app, names of activities used in the code. The manifest file is part of the APK file, which is installed on your phone. Normally this file isn't visible to users. It doesn't do anything by itself, it needs to be read by the system, to verify what the app is doing.
 
  • Like
Reactions: GameTheory
Upvote 0
She was using some application she downloaded that looked into application file codes on her phone to see what they were made up of. That was my understanding. She was also looking at things like the attached which just seemed to be more of the same junk but in a different format. Anything odd with this view?
 

Attachments

  • Screen Shot 2018-12-01 at 2.10.31 PM.png
    Screen Shot 2018-12-01 at 2.10.31 PM.png
    1.2 MB · Views: 87
Upvote 0
She was using some application she downloaded that looked into application file codes on her phone to see what they were made up of

Can I ask why she was doing that? Any app obtained from the Google Play Store will have had security checks already performed on it, to ensure it's not doing anything nasty.
In terms of app permissions, then they're clearly stated in the app description, and the app will also ask for user confirmation of any permission which is considered 'dangerous'. Things like looking through your contacts.
 
Upvote 0

BEST TECH IN 2023

We've been tracking upcoming products and ranking the best tech since 2007. Thanks for trusting our opinion: we get rewarded through affiliate links that earn us a commission and we invite you to learn more about us.

Smartphones