方法一:
选中窗体->BorderStyle改为“None”


方法二:

1.下载第三方控件QAndroid.Shell

2.执行
FShell.Execute('su -c mount -o remount,rw /system');
FShell.Execute('su -c mv /system/priv-app/SystemUI.apk /system/priv-app/SystemUI.apk_bak');
FShell.Execute('su -c mv /system/priv-app/SystemUI.odex /system/priv-app/SystemUI.odex_bak');
FShell.Execute('su -c mount -o remount,ro /system');
FShell.Execute('reboot');

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-29
  • 2021-12-27
  • 2022-12-23
  • 2021-12-04
  • 2021-07-23
猜你喜欢
  • 2022-12-23
  • 2021-12-10
  • 2021-10-06
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案