Android 从本机代码启动活动

Android 从本机代码启动活动,android,android-ndk,Android,Android Ndk,有没有办法从本机代码启动新活动?我的本机活动是启动器活动 // main.c - launcher activities native code here void android_main(struct android_app* state) { // launch new activity from here. } 这篇文章对用例进行了简洁的讨论

有没有办法从本机代码启动新活动?我的本机活动是启动器活动

// main.c - launcher activities native code here
void android_main(struct android_app* state)
{
  // launch new activity from here.
}

这篇文章对用例进行了简洁的讨论