exam questions

Exam 312-50v11 All Questions

View all questions & answers for the 312-50v11 exam

Exam 312-50v11 topic 1 question 200 discussion

Actual exam question from ECCouncil's 312-50v11
Question #: 200
Topic #: 1
[All 312-50v11 Questions]

What is the file that determines the basic configuration (specifically activities, services, broadcast receivers, etc.) in an Android application?

  • A. AndroidManifest.xml
  • B. classes.dex
  • C. APK.info
  • D. resources.asrc
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
uzey
Highly Voted 1 year, 4 months ago
AndroidManifest.xml section, which consists of essential information about the APK file. Note: The manifest file contains important information about the app that is used by development tools, the Android system, and app stores. It contains the app’s package name, version information, declarations of app components, requested permissions, and other important data. It is serialized into a binary XML format and bundled inside the app’s APK file.
upvoted 6 times
...
Daniel8660
Most Recent 6 months, 3 weeks ago
Selected Answer: A
Online Android Analyzers An online APK Analyzer allows you to analyze various details about Android APK files. It can decompile binary xml files and resources. # https://sisik.eu/apk-tool .The requested permissions are declared in app’s ☆AndroidManifest.xml file. (P.2474/2458)
upvoted 2 times
...
Novmejst
1 year, 4 months ago
A. AndroidManifest.xml - Every app project must have an AndroidManifest.xml file (with precisely that name) at the root of the project source set. The manifest file describes essential information about your app to the Android build tools, the Android operating system, and Google Play. Among many other things, the manifest file is required to declare the following: The app's package name, which usually matches your code's namespace. The Android build tools use this to determine the location of code entities when building your project. When packaging the app, the build tools replace this value with the application ID from the Gradle build files, which is used as the unique app identifier on the system and on Google Play. Read more about the package name and app ID. The components of the app, which include all activities, services, broadcast receivers, and content providers. Each component must define basic properties such as the name of its Kotlin or Java class. It can also declare capabilities such as which device configurations it can handle, and intent filters that describe how the component can be started. Read more about app components ...
upvoted 3 times
...
ANDRESCB1988
1 year, 9 months ago
correct
upvoted 2 times
...
americaman80
2 years ago
Correct
upvoted 4 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago