From 43936e436d83ed1a0766758aa1487783889fdbb6 Mon Sep 17 00:00:00 2001 From: Bill Farmer Date: Sun, 19 Nov 2023 16:50:45 +0000 Subject: [PATCH] Update README --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ac71810..aa50008 100644 --- a/README.md +++ b/README.md @@ -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).