1

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

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

1 回答 1

0

这篇文章对用例进行了巧妙的讨论。

如何使用 NativeActivity 启动一个新的 Activity?

于 2013-11-13T05:31:32.573 回答