embedded technologies Online Quiz - 3
Description: embedded technologies Online Quiz - 3 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: embedded technologies |
How do we expose the private date to other applications?
What is the tool used to debug an Android database?
Which method is used to create and write a private file to the internal storage?
What is the storage option for primitive data in key-value pairs?
Graphics for any application needs to regularly re-draw itself should draw directly in a
An application does not require a significant amount of processing or frame-rate speed can be written on a view
Open GL API is used for
Which class can be used to control playback of audio/video files and streams
To access the camera hardware directly, we need to add the permission to your application manifest file by
Android uses sandbox concept to enforce inter-application separation and permissions to allow or deny an application access to the device's resources
How do we request permission to access resources from other applications?
Linux user Id identifies an user and android user ID identifies a
what is the command used to manually generate a key in Android?
All Android applications (.apk files) must be signed with a certificate whose private key is held by their developer
Running both the main application and the test application in the same process is allowed in Android testing environment
What are the different tools used for testing an android application?
Which are the various items tested using an Android Test Application?
Test applications are themselves Android applications
Device Administration API can be used to wipe the device's data.
Which of the following policies are supported by Device Administration API