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: