try {
                                  Field field = dialog.getClass().getSuperclass().getDeclaredField("mShowing");
                                  field.setAccessible(true);
                                  field.set(dialog, false);
                             } catch (Exception e) {
                                  e.printStackTrace();
                             }

相关文章:

  • 2021-10-20
  • 2021-05-31
  • 2022-12-23
  • 2021-05-05
  • 2021-09-18
  • 2021-12-03
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-03-08
  • 2022-12-23
  • 2021-05-21
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-06
相关资源
相似解决方案