android项目中的MainActivity.cs中的添加下面重写的方法:
// TODO 尝试解决照片功能导致APP闪崩问题 protected override void OnSaveInstanceState(Bundle outState) { base.OnSaveInstanceState(outState); if (outState != null) outState.Clear(); }
2023-09-24 10:21:15
android项目中的MainActivity.cs中的添加下面重写的方法:
// TODO 尝试解决照片功能导致APP闪崩问题 protected override void OnSaveInstanceState(Bundle outState) { base.OnSaveInstanceState(outState); if (outState != null) outState.Clear(); }