【发布时间】:2013-11-13 05:26:21
【问题描述】:
有什么方法可以从 Native 代码启动新的 Activity?我的原生活动是启动器活动。
// main.c - launcher activities native code here
void android_main(struct android_app* state)
{
// launch new activity from here.
}
【问题讨论】:
标签: android android-ndk