Since Android is built on Linux Kernel.Are there any functionality of Linux which we can use in our application?
I m not knowing which part of Linux is exposed to Android. Could u help me?
MAkS
2010-03-26 04:57:20
A:
In theory yes as Android is open source therefore you could write wrappers into the system services. But in reality probably not - or at least not worth the effort.
steve
2010-03-25 12:04:52
"In theory yes" What does it mean?Could u give me let me Know about such theory in Detail?
MAkS
2010-03-25 14:45:28
This isn't really true. You could build your own version of Android that makes features available, but standard Android runs third party applications in strong sandboxes that limits what they can do, whether written with native code or not.
hackbod
2010-03-25 21:09:32