gpt4 book ai didi

android - 赋予广播接收器最高优先级的整数值是多少?

转载 作者:可可西里 更新时间:2023-11-01 18:49:35 30 4
gpt4 key购买 nike

赋予广播接收器最高优先级的整数值是多少?

<intent-filter android:priority="1">
<action android:name="android.provider.Telephony.SMS_RECEIVED" />
</intent-filter>

最佳答案

嗯,根据documentation

"The value must be an integer, such as "100". Higher numbers have a higher priority."

所以我猜测任何整数值都是有效的。最高优先级可能是 android 允许的最大整数,即 (2^31 - 1)。

编辑

文档已更新,现在明确说明应用程序可以使用哪些优先级值。文档现在说

SYSTEM_HIGH_PRIORITY (1000): Applications should never use filters with this or higher priorities. SYSTEM_LOW_PRIORITY (-1000): Applications should never use filters with this or lower priorities.

暗示您的应用程序被允许使用介于 -999 和 999 之间的整数优先级。

关于android - 赋予广播接收器最高优先级的整数值是多少?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6550989/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com