From 1890b87ef226283b6e96fc13f92658e30818e96f Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Fri, 16 Dec 2011 13:59:54 -0800 Subject: [PATCH] Fix the JNI documentation for ICS. The stuff about GetObjectRefType and weak global references was out of date. Reported by a developer on the android-ndk@ list. Change-Id: I1ad97564111446ca86843789bedfdb480246c200 --- docs/html/guide/practices/design/jni.jd | 51 ++++++++++++++++--------- 1 file changed, 34 insertions(+), 17 deletions(-) diff --git a/docs/html/guide/practices/design/jni.jd b/docs/html/guide/practices/design/jni.jd index 9980efdf0c3f4..ddfa0e3991f52 100644 --- a/docs/html/guide/practices/design/jni.jd +++ b/docs/html/guide/practices/design/jni.jd @@ -17,7 +17,7 @@ page.title=JNI Tips
  • Extended Checking
  • Native Libraries
  • 64-bit Considerations
  • -
  • Unsupported Features
  • +
  • Unsupported Features/Backwards Compatibility
  • FAQ: Why do I get UnsatisfiedLinkError
  • FAQ: Why didn't FindClass find my class?
  • FAQ: How do I share raw data with native code?
  • @@ -514,40 +514,57 @@ that use 64-bit pointers, you need to stash your native pointers in a -

    Unsupported Features

    +

    Unsupported Features/Backwards Compatibility

    -

    All JNI 1.6 features are supported, with the following exceptions:

    +

    All JNI 1.6 features are supported, with the following exception:

    -

    For backward compatibility, you may need to be aware of:

    +

    For backward compatibility with older Android releases, you may need to +be aware of: