Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用getRunnningTasks(int maxNum).
getRunnningTasks(int maxNum)
我不知道我应该在数字中设置什么值maxNum。
maxNum
因此,我将最大进程数设置为maxNum.
android中可以使用的最大进程数是多少?
maxNumgetRunningTasks设置将返回的最大任务数。Integer.MAX_VALUE如果您想确保完成所有任务,您可以直接通过。
getRunningTasks
Integer.MAX_VALUE