Update README.md

This commit is contained in:
lampaa 2015-12-07 16:35:43 +03:00
parent bb53a6c23e
commit eda045ab92

View File

@ -63,11 +63,11 @@ function(error) { /* error */
```
ACTION_NAME these is a Intent flag [Intent Flags](http://developer.android.com/reference/android/content/Intent.html) (MAIN, VIEW, CALL, etc..).
PACKAGE these is a Intent method (optional or set null) [setPackage](http://developer.android.com/intl/ru/reference/android/content/Intent.html#setPackage(java.lang.String))
PACKAGE these is a Intent method [setPackage](http://developer.android.com/intl/ru/reference/android/content/Intent.html#setPackage(java.lang.String)) (optional or set null)
TYPE these is a Intent method (optional or set null) [setType](http://developer.android.com/intl/ru/reference/android/content/Intent.html#setType(java.lang.String))
TYPE these is a Intent method [setType](http://developer.android.com/intl/ru/reference/android/content/Intent.html#setType(java.lang.String)) (optional or set null)
URI these is a Intent data Uri (optional or set null) [Uri](http://developer.android.com/intl/ru/reference/android/content/Intent.html#Intent(java.lang.String, android.net.Uri))
URI these is a Intent data Uri [Uri](http://developer.android.com/intl/ru/reference/android/content/Intent.html#Intent(java.lang.String, android.net.Uri)) (optional or set null)
> **Important!** First value of first parameter of _start_ method can be either a string or an array. And the array must contain two parameters. Example: