Share via - post to url. Possible?
Posted: 27 Sep 2015 15:43
Is it possible to visit a page in a browser, select the "share via" action feom the menu, choose automagic from the list and have the link posted to a custom url?
Code: Select all
04.11.2019 09:21:35.197 [Open URLs] Action 'Start Activity: android.intent.action.SEND {data_string} ' Could not start activity using intent: Intent { act=android.intent.action.SEND dat=https://automagic4android.com/... flg=0x10000000 }
android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.intent.action.SEND dat=https://automagic4android.com/... flg=0x10000000 }
at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java:1809)
at android.app.Instrumentation.execStartActivity(Instrumentation.java:1523)
at android.app.ContextImpl.startActivity(ContextImpl.java:682)
at android.app.ContextImpl.startActivity(ContextImpl.java:664)
at android.content.ContextWrapper.startActivity(ContextWrapper.java:331)
at ch.gridvision.ppam.androidautomagic.model.a.gt.a(SourceFile:386)
at ch.gridvision.ppam.androidautomagic.model.a.d$1.b(SourceFile:416)
at ch.gridvision.ppam.androidautomagiclib.util.cj$1$1.run(SourceFile:52)
at android.os.Handler.handleCallback(Handler.java:815)
at android.os.Handler.dispatchMessage(Handler.java:104)
at android.os.Looper.loop(Looper.java:207)
at android.app.ActivityThread.main(ActivityThread.java:5765)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:789)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:679)
at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:107)
04.11.2019 09:21:35.212 [Open URLs] End executing action 'Start Activity: android.intent.action.SEND {data_string} ' and exception No Activity found to handle Intent { act=android.intent.action.SEND dat=https://automagic4android.com/... flg=0x10000000 }
04.11.2019 09:21:35.213 [Open URLs] Flow ends execution due to errors
04.11.2019 09:21:35.213 [Open URLs] Error:
android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.intent.action.SEND dat=https://automagic4android.com/... flg=0x10000000 }
at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java:1809)
at android.app.Instrumentation.execStartActivity(Instrumentation.java:1523)
at android.app.ContextImpl.startActivity(ContextImpl.java:682)
at android.app.ContextImpl.startActivity(ContextImpl.java:664)
at android.content.ContextWrapper.startActivity(ContextWrapper.java:331)
at ch.gridvision.ppam.androidautomagic.model.a.gt.a(SourceFile:386)
at ch.gridvision.ppam.androidautomagic.model.a.d$1.b(SourceFile:416)
at ch.gridvision.ppam.androidautomagiclib.util.cj$1$1.run(SourceFile:52)
at android.os.Handler.handleCallback(Handler.java:815)
at android.os.Handler.dispatchMessage(Handler.java:104)
at android.os.Looper.loop(Looper.java:207)
at android.app.ActivityThread.main(ActivityThread.java:5765)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:789)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:679)
at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:107)