Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[One .NET] Don't preserve all of Android.Runtime.JNIEnv (#5362)
Context: #5167 Some members of `Android.Runtime.JNIEnv` are accessed via Reflection, and need to be preserved, but that doesn't mean the *entire type* needs to be preserved. Update the `<type/>` preservation XML so that only the required methods are always preserved, allowing the linker to remove other unused members.
- Loading branch information