1

Is it possible to have a Android VNC server compiled lib inside my android project so that i can make JNI call to start and stop VNC server instead of rooting device and installing Android VNC server outside of my project.

thanks.

Sureshkumar Menon
  • 1,165
  • 7
  • 27
  • 49

1 Answers1

2

It is the same for you to call it by JNI or java direct.You absolutely should get the root permission then you can do it.