MAkS
MAkS

Reputation: 751

Can we use any feature of linux in our app?

Since Android is built on Linux Kernel.Are there any functionality of Linux which we can use in our application?

Upvotes: 0

Views: 168

Answers (2)

Steve
Steve

Reputation: 21499

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.

Upvotes: 0

CommonsWare
CommonsWare

Reputation: 1007296

Only that which is exposed as part of the Android SDK or NDK.

Upvotes: 2

Related Questions