1. 程式人生 > >Android intent.Action 引數值及對應功能介紹(轉)

Android intent.Action 引數值及對應功能介紹(轉)


4 Intent.Action.ALL_APPS 
String: andriod.intent.action.ALL_APPS 
列出所有的應用。 
Input:Nothing. 
Output:Nothing. 


5 Intent.ACTION_ANSWER 
Stirng:android.intent.action.ANSWER 
處理呼入的電話。 
Input:Nothing. 
Output:Nothing. 


6 Intent.ACTION_ATTACH_DATA 
String: android.action.ATTCH_DATA 
別用於指定一些資料應該附屬於一些其他的地方,例如,圖片資料應該附屬於聯絡人 
Input: Data 
Output:nothing 



7 Intent.ACTION_BUG_REPORT
 
String: android.intent.action.BUG_REPORT 
顯示Dug報告。 
Input:nothing 
output:nothing 


8 Intent.Action_CALL_BUTTON 
String: android.action.intent.CALL_BUTTON. 
相當於使用者按下“撥號”鍵。經測試顯示的是“通話記錄” 
Input:nothing 
Output:nothing