1.自己的手机开发者模式打开
-
本地下载 adb 工具
-
当前目录下 执行下面命令
adb shell
- 再次执行
/system/bin/device_config set_sync_disabled_for_tests persistent; /system/bin/device_config put activity_manager max_phantom_processes 2147483647

1.自己的手机开发者模式打开
本地下载 adb 工具
当前目录下 执行下面命令
adb shell
/system/bin/device_config set_sync_disabled_for_tests persistent; /system/bin/device_config put activity_manager max_phantom_processes 2147483647
本文标题:解锁安卓12APP进程数量限制(简单方式)
本文链接:https://www.haomeiwen.com/subject/ynthartx.html
网友评论