Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ndk-glue: Drop
deprecated
annotation from native_activity()
It has been quite some time since we introduced this, and our alternative implementation for more safely passing a native activity to the user while interoperating cleanly with `ndk_context` still hasn't found its way. There are legitimate uses for `native_activity()` that cannot be performed through the suggested `ndk_context::android_context().vm()`, making the load of this deprecation warning heavier than the problem it tries to prevent.
- Loading branch information