Android Security True or False. For each of the following questions, specify whe
ID: 3738246 • Letter: A
Question
Android Security
True or False. For each of the following questions, specify whether it is true or false. Briefly justify your answer.
Android Operating System (OS) is based on Windows 7 core.
Most mobile device resources such as GPS and network connections are controlled by the OS; however users can use certain functions such as integrated camera without going through the OS.
To improve the running speed, most Android applications are written in C++ and compiled in to executable files.
All code found in an Android device is restricted by the Application Sandbox.
Explanation / Answer
Answer:
a) FALSE , It is actually based on modified version of linux kernel
b) FALSE , every resource are actually accessed through OS.
c) FALSE , most of the apps are written in JAVA.
d) TRUE, little android code is running by root rest all the code is handled by sandbox.
PLEASE DO RATE IT IF HELPS ELSE LET ME KNOW YOUR DOUBT.
THANK YOU!!!