我一直不明白類別在意圖過濾器中做了什麼,特別是在這種情況下。意圖過濾器中的這個類是什麼意思?
<intent-filter>
<!-- Receives the actual messages. -->
<action android:name="com.google.android.c2dm.intent.RECEIVE" />
<!-- Receives the registration id. -->
<action android:name="com.google.android.c2dm.intent.REGISTRATION" />
<category android:name="com.androidhive.pushnotifications" />
</intent-filter>
這不會回答他關於IntentFilter類別的問題。 – tolgap
@tolgap - 好點。我添加了關於如何使用意圖類別的文檔的相關部分。 –
仍然沒有得到它,什麼是類? – Blake