User Tools

Site Tools


intents:calls

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

intents:calls [2016/05/09 16:03]
143.112.32.4 created
intents:calls [2020/05/02 23:12]
Line 1: Line 1:
-===== Phone Calls ===== 
  
- 
-**Launch Dialer app** 
- 
-action=  "android.intent.action.DIAL", 
-uri= "tel:5551237654" 
- 
-''app.SendIntent(null, null, "android.intent.action.DIAL", null, "tel:5551237654");'' 
- 
-**Direct Call** 
- 
-action=  "android.intent.action.CALL", 
-uri= "tel:5551237654" 
- 
-''app.SendIntent(null, null, "android.intent.action.CALL", null, "tel:5551237654");'' 
intents/calls.txt ยท Last modified: 2020/05/02 23:12 (external edit)