Reputation: 40002
I'm looking into the Android NDK. I would like to create an application with a long running service that could record and/or stream the Android's screen graphics at any time. I know this is not possible with a regular application but I'm not sure if the NDK can do this either? For an example of this functionalities usage, I'd like developers to be able to demonstrate an application straight from the Android device.
Upvotes: 1
Views: 394
Reputation: 91341
No, the NDK can not do anything more than can be done with the SDK.
Upvotes: 2