A. This is the must have tag in AndroidManifest.xml.
B. It declares the application specific attributes
C. This can be put inside the application tag.
D. It declares the component specific attributes.
A. If there is no space on the internal memory then the application gets installed on theexternal storage andmoves back to internal storage as soon as the space is available. This is default behavior.
B. The application is installed on the internal device storage only.
C. The application can be moved to external device storage if required.
D. The default behavior of installation of application is same as that of giving value "internalOnly" to the installLocation attribute.
A. By default Android assigns each application its sharedUserId value.
B. It is placed in the activity tag that needs to share the data with other application.
C. Applications can share the same user ID.
D. It is placed inside manifest tag.
A. User Defined.
B. Depends of the Android OS version.
C. Seven.
D. Four.
A. If shared user ID is being used to allow multiple applications to use a process, they allmust use this optionconsistently or they will have unpredictable results.
B. Its value affects the overall performance of the application.
C. Its value is given in Mbps.
D. It allows us to increase the heap memory by fixed amount given as its value.
A. Data gets deleted when application is uninstalled.
B. Both "Data is deleted when application is closed" and "Data is deleted when application is paused bypressing home button" are correct.
C. Data is deleted when application is paused by pressing home button.
D. Data is deleted when application is closed.
A. SHUTDOWN
B. ACCESS_WIFI_STATE
C. BRICK
D. REBOOT
A. android.permission.ACCESS_COARSE_LOCATION
B. android.permission.ACCESS_MOCK_LOCATION
C. android.permission.ACCESS_LOCATION_EXTRA_COMMANDS
D. android.permission.ACCESS_FINE_LOCATION
A. Various Activity
B. Various services
C. Various Applications
D. Various Intents