Skip to content

Version 1.09

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 01 Dec 11:53

Icon

  • Add external control

External control

Share text from another app, or send an Intent with an EXTRA_TEXT with the text containing the known letters and blanks or dots for the unknown letters. The app will start or restart and display the results.

Parameter Activity/Action/Category/Extra Type Value
Activity org.billthefarmer.solver.Main
Action android.intent.action.MAIN
android.intent.action.DEFAULT
android.intent.action.SEND
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, a comma delimiter and
letters known to be in results, repeated
three times, a comma delimiter and letters
known to not be in results

This may be tested using the Android Debug Bridge.

$ adb shell am start -e android.intent.extra.TEXT b.ll,..g,...x,,pb  -n org.billthefarmer.solver/.Main
Starting: Intent { cmp=org.billthefarmer.solver/.Main (has extras) }
Warning: Activity not started, its current task has been brought to the front