save code

This commit is contained in:
xsl
2025-10-26 00:13:08 +08:00
parent 41a659bd6d
commit b2da84f903
66 changed files with 24834 additions and 78 deletions
@@ -309,6 +309,12 @@ public class FaceActivity extends GameActivity implements FaceLandmarkerHelper.L
public native void passDataToNative(ByteBuffer buffer, int pointCount, int width, int height);
protected native void SetCppInitArg(String json);
protected void SetInitArg(String json)
{
SetCppInitArg(json);
}
protected void ChangeState(String json){
Log.i("FaceActivity", "ChangeState:" + json);
}