Hi folks,
I had this working until I reset my phone and have now lost the configuration.
I'm trying to use Plugin "Touchless Chat" to send a Whatsapp message automatically.
The error I'm getting is as follows and any help would be much appreciated:
QUOTE
com.joaomgcd.touchlesschat version 1.1.12
Source com.android.vending
OS Build DN2103_11_A.17
OS Code 30
Device DN2103
Manufacturer OnePlus
Product DN2103EEA
java.lang.RuntimeException: Unable to resume activity {com.joaomgcd.touchlesschat/com.joaomgcd.touchlesschat.activity.ActivityRecognizeVoice}: java.lang.IllegalStateException: Activity {com.joaomgcd.touchlesschat/com.joaomgcd.touchlesschat.activity.ActivityRecognizeVoice} did not call finish() prior to onResume() completing
at android.app.ActivityThread.performResumeActivity(ActivityThread.java:4884)
at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:4922)
at android.app.servertransaction.ResumeActivityItem.execute(ResumeActivityItem.java:52)
at android.app.servertransaction.TransactionExecutor.executeLifecycleState(TransactionExecutor.java:176)
at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:97)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2414)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loop(Looper.java:265)
at android.app.ActivityThread.main(ActivityThread.java:8360)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:632)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1049)
Caused by: java.lang.IllegalStateException: Activity {com.joaomgcd.touchlesschat/com.joaomgcd.touchlesschat.activity.ActivityRecognizeVoice} did not call finish() prior to onResume() completing
at android.app.Activity.performResume(Activity.java:8308)
at android.app.ActivityThread.performResumeActivity(ActivityThread.java:4874)
... 11 more
END QUOTE
Seamus