release_android_context

Function release_android_context 

Source
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.