Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 423208d6 authored by David 'Digit' Turner's avatar David 'Digit' Turner Committed by Android (Google) Code Review
Browse files

Merge "NDK: ANativeActivity: Fix documentation for 'clazz' member."

parents 228a1af2 dd00e734
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -60,7 +60,14 @@ typedef struct ANativeActivity {
    JNIEnv* env;

    /**
     * The NativeActivity Java class.
     * The NativeActivity object handle.
     *
     * IMPORTANT NOTE: This member is mis-named. It should really be named
     * 'activity' instead of 'clazz', since it's a reference to the
     * NativeActivity instance created by the system for you.
     *
     * We unfortunately cannot change this without breaking NDK
     * source-compatibility.
     */
    jobject clazz;