mirror of
https://github.com/lampaa/com.lampa.startapp.git
synced 2026-02-04 00:06:15 +08:00
Merge branch 'master' of https://github.com/lampaa/com.lampa.startapp
This commit is contained in:
@@ -1 +0,0 @@
|
||||
|
||||
@@ -32,8 +32,8 @@ var sApp = startApp.set({} params [, {} extras]);
|
||||
```
|
||||
| Param | Description | Default | Values |
|
||||
| --- | --- | --- | --- |
|
||||
| noParse | Find action and category in Intent package | false | Boolean |
|
||||
| intent | [Intent(String action)](https://developer.android.com/reference/android/content/Intent.html#Intent%28java.lang.String%29)) | null | String |
|
||||
| noParse | Disable find action and category in Intent package | false | Boolean |
|
||||
| intent | [Intent(String action)](https://developer.android.com/reference/android/content/Intent.html#Intent%28java.lang.String%29) | null | String |
|
||||
| application | [Intent (Context packageContext)](https://developer.android.com/reference/android/content/Intent.html#Intent%28android.content.Context,%20java.lang.Class%3C?%3E%29) | null | String |
|
||||
| action | [Intent setAction](http://developer.android.com/reference/android/content/Intent.html#setAction(java.lang.String)) | null | String ||
|
||||
| category | [Intent addCategory](http://developer.android.com/reference/android/content/Intent.html#addCategory(java.lang.String)) | null | String |
|
||||
|
||||
Reference in New Issue
Block a user