Skip to content

Commit

Permalink
Merge pull request #396 from kivy/docs_jni_reftable
Browse files Browse the repository at this point in the history
Document local ref table overflow resolved on Android 8.0+
  • Loading branch information
KeyWeeUsr committed Jan 31, 2019
2 parents d1dd01b + 080f669 commit dcc3638
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/source/android.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ Android has a great and extensive API to control devices, your application
etc. Some parts of the Android API are directly accessible with Pyjnius but
some of them require you to code in Java.

.. note::
Since Android 8.0 (Oreo) the maximum limit for the local references
previously known as "local reference table overflow" after 512 refs
has been lifted, therefore PyJNIus can create proper Java applications
with a lot of local references. `Android JNI tips
<https://developer.android.com/training/articles/perf-jni>`_

Get the DPI
-----------
Expand Down

0 comments on commit dcc3638

Please sign in to comment.