diff --git a/doc/sources/guide/android.rst b/doc/sources/guide/android.rst index cbb3c4d6b..46551041f 100644 --- a/doc/sources/guide/android.rst +++ b/doc/sources/guide/android.rst @@ -122,9 +122,9 @@ Here is a simple example showing pyjnius' ability to access the normal Android vibration API, the same result of the plyer code above:: - from jnius import PythonJavaClass, java_method, autoclass, cast - # 'autoclass' takes a java class and gives it a Python wrapper + from jnius import autoclass + # Context is a normal java class in the Android API Context = autoclass('android.content.Context')