1

Is there any way to Launch new Activity from Native code? My native activity is the launcher activity.

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

1 に答える 1

0

この投稿には、ユースケースに関するきちんとした議論があります。

NativeActivity を使用して新しいアクティビティを起動するには?

于 2013-11-13T05:31:32.573 に答える