Which statement about native code in apps is TRUE?
A.
Native code is faster because it runs as a separate user ID (UID) giving it direct access to
restricted APIs.
B.
Native code is run under the same user ID (UID) as the Java app and therefore comes under
the same sandbox restrictions.
C.
Native code is executed by the kernel with increased privileges and is mainly used for root
operations.
D.
Native code runs outside the Dalvik VM and therefore is not restricted by the sandbox.
Explanation: