User Tools

Site Tools


intents:general_gmail

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
intents:general_gmail [2016/05/07 09:01]
109.155.249.146 add code tags
intents:general_gmail [2016/05/12 19:22] (current)
Line 1: Line 1:
 <code JavaScript> <code JavaScript>
-var packageName = "com.google.android.gm";+    var packageName = "com.google.android.gm";
     var className = "com.google.android.gm.ComposeActivityGmail";     var className = "com.google.android.gm.ComposeActivityGmail";
     var action = "android.intent.action.VIEW";     var action = "android.intent.action.VIEW";
Line 15: Line 15:
  
     app.SendIntent( packageName, className, action, category, uri, type, extras );      app.SendIntent( packageName, className, action, category, uri, type, extras ); 
-}+
 </code> </code>
intents/general_gmail.1462611710.txt.gz ยท Last modified: 2016/05/07 17:01 (external edit)