commit | dd00e734f335f13b4a9e24a27e280b6112d919a5 | [log] [tgz] |
---|---|---|
author | David 'Digit' Turner <digit@google.com> | Tue Nov 08 14:18:11 2011 +0100 |
committer | David 'Digit' Turner <digit@google.com> | Tue Nov 08 14:18:11 2011 +0100 |
tree | 89a206487c4addc1ddc49dab8abc5fb5c7b73e81 | |
parent | c4c13f970468286a19906a67a0dc81dbe4b81262 [diff] |
NDK: ANativeActivity: Fix documentation for 'clazz' member. As discussed on the android-ndk forum, it turns out that the member named 'clazz' is really a global reference to the NativeActivity instance. As such, it's really a handle to a VM object, not a VM class. Ideally, we would rename it to 'activity', but this cannot be done without breaking NDK source compatibility. Change-Id: I82ca1549b35346a3eacf9e84c4c836387fc883a6