-
I would like from an app on Android to share with Blinko (via the Share... button). I do not see Blinko in the list of possible targets, is there a way to add it there? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Blinko does not currently support being a share target on Android, so it won't appear in the system "Share..." menu. The Android app's manifest only includes the standard launcher intent and does not have the required intent filters to receive shared content from other apps, which is necessary for this feature to work (source). There isn't any documentation or discussion about workarounds or third-party integrations for sharing to Blinko from Android. If you want to share content to Blinko, you might consider using clipboard managers or automation tools like Tasker to copy content and send it to your Blinko instance via its web interface, but there is no built-in or official support for direct sharing at this time. To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
Blinko does not currently support being a share target on Android, so it won't appear in the system "Share..." menu. The Android app's manifest only includes the standard launcher intent and does not have the required intent filters to receive shared content from other apps, which is necessary for this feature to work (source).
There isn't any documentation or discussion about workarounds or third-party integrations for sharing to Blinko from Android. If you want to share content to Blinko, you might consider using clipboard managers or automation tools like Tasker to copy content and send it to your Blinko instance via its web interface, but there is no built-in or official support for …