Android Software Engineer Question:

What is file features used in android?

Android Software Engineer Interview Question
Android Software Engineer Interview Question

Answer:

Android is rich in file features and it provides lots of variations in them as well. The file features are as follows:
Intent filters: includes bundle of information which describes a desired action.

Icons and Labels: includes information for small icon and a text label that can be displayed to users. These are set for an intent filter and are used to represent a component which fulfills the function advertised by the filter.

Permissions: it is a restriction or limitation access to a part of code or data on the device. It is given as:-android.permission.CALL_EMERGENCY_NUMBERS

Libraries: it includes the basic packages for building and developing applications.


Previous QuestionNext Question
Tell me how to avoid ANR status?How does AOSP relate to the Android Compatibility Program?