deltachat / deltachat-android

Email-based instant messaging for Android.
GNU General Public License v3.0
1.08k stars 144 forks source link

`dclogin:` and `dcaccount:` schemes are not registered with the system? #2650

Closed Simon-Laux closed 11 months ago

Simon-Laux commented 11 months ago

On desktop and iOS deltachat registers itself as handler for theses uri schemes. This makes it possible to scan such qr codes with other camera/scanner apps and still open them in DC, it also makes clicking on the qr code on webxdc.org possible.

I couldn't find it in the source code (manifest) and I don't currently use dc-android so could be that it is already implemented?

Please check, if not add it and then update the documentation at https://github.com/deltachat/interface/blob/master/uri-schemes.md#registered-handlers-per-platform

Simon-Laux commented 11 months ago

Oh sorry, seems I was looking at an old version of the manifest, it is in the current manifest: https://github.com/deltachat/deltachat-android/blob/master/AndroidManifest.xml