Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
billthefarmer committed Nov 19, 2023
1 parent 0b34ebb commit 43936e4
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,15 @@ results.
| | android.intent.action.VIEW |
| Category | android.intent.category.LAUNCHER |
| | android.intent.category.DEFAULT |
| Extras | android.intent.extra.TEXT | string | The text may contain blanks or dots for unknown letters, optionally a comma and letters known to be in results |
| | | | Text for the anagram function should just contain letters |
| Extras | android.intent.extra.TEXT | string | The text may contain |
| | | | blanks or dots for |
| | | | unknown letters, |
| | | | optionally a comma |
| | | | and letters known to |
| | | | in results. |
| | | | Text for the anagram |
| | | | function should just |
| | | | contain letters |

This may be tested using the [Android Debug
Bridge](https://developer.android.com/studio/command-line/adb#am).
Expand Down

0 comments on commit 43936e4

Please sign in to comment.