-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to shaare from FlymeOS default browser #19
Comments
It might be coming from the format in which the browser send the data. Shaarlier only accepts "text/plain" intents. Are you using the default OwnCloud application ? Maybe I can find the answer in its source code. |
Yes I am. Although it says Nothing to send if I try to share something there. K9-mail might be a better help. Let me know if you want me to try something out. Le 16 février 2016 18:52:19 GMT+01:00, dimtion notifications@github.com a écrit :
|
Do you have a way to know which mime type your browser uses ? I'm having a hard time installing FlymeOS... |
I don't know. I'll run a few tests to see if I can help. |
So, I made some tests. My simple app received <intent-filter>
<action android:name="android.intent.action.SEND" />
<category android:name="android.intent.category.DEFAULT" />
<data android:mimeType="*/*" />
</intent-filter> My guess is that they're doing this:
So, 2 possibilities:
It's up to you. |
As @di72nn has said in #23 it is technically possible to handle more mimetypes optionally. But I am not very found of adding another option in the menu to handle this specific case. What do you think of using the new checkbox created in #23 perhaps by renaming it in something more vague like "Handle more link types" ? In which case, most users won't be bothered by Shaarlier in all their unrelated share intents, and the few who have a problem can check this option. I'm afraid that even #23 makes the UI a bit bulky. |
I don't think it's gonna work, because as I said, the minimal app I made actually receive |
This bug no longer exists with FlymeOS 5. |
In the default browser of FlymeOS (Meizu branded Android), the Shaarlier icon isn't available when clicking on share. It's available on Plume for Twitter or Relay for Reddit though.
Android 5.1
The text was updated successfully, but these errors were encountered: