pub unsafe fn release_android_context()Expand description
Removes the AndroidContext. It is released by ndk-glue
when the activity is finished and destroyed.
ยงSafety
This function must only be called after initialize_android_context(),
when the activity is subsequently destroyed according to Android.