http://developer.android.com/guide/components/intents-filters.html#Building
http://ozzysun.blogspot.tw/2010/10/android-intent-filter-intent.html
Intent include:
- Component name
- Action
- Data
- Category
- Extras
- Flags
利用PackageManager Class的相關method針對指定intent找出適合的元件
透過query..() method可以讓你找到可以接收指定intent的component
透過resolve..()可以找到最適合接收指定intent的component
例如queryIntentActivities()可以取得所有適合的Activity清單
No comments:
Post a Comment