最終更新:2016-01-19 (火) 13:37:03 (3012d)  

android.content.IntentFilter
Top / android.content.IntentFilter

http://developer.android.com/reference/android/content/IntentFilter.html

コンストラクタ

IntentFilter()New empty IntentFilter.
IntentFilter(String action)New IntentFilter that matches a single action with no data.
IntentFilter(String action, String dataType)New IntentFilter that matches a single action and data type.
IntentFilter(IntentFilter o)New IntentFilter containing a copy of an existing filter.