是否有一个点为无序广播设置了意图过滤器的优先级?

时间:2012-04-14 21:40:33

标签: android android-intent

文档只提到“该命令仅适用于同步消息;异步消息会忽略它”。 这是否意味着优先权仅由Android用于“有序广播”?

  <receiver android:name=".receivers.PhoneStateReceiver" >
        <!-- TODO it's supposed to be an un-ordered broadcast -->
        <intent-filter android:priority="99999999999" >
            <action android:name="android.intent.action.PHONE_STATE" />
        </intent-filter>
    </receiver>

......使上述'优先'无用?

1 个答案:

答案 0 :(得分:1)

  

这是否意味着Android只针对“有序广播”查看优先级?

  

......使上述'优先'无用?

我不知道是否发送了PHONE_STATE