George M. Taylor

Results 4 comments of George M. Taylor

Has this been implemented but this issue not marked as resolved? I've just had a look in the code. The App's info.plist has the required `CFBundleURLSchemes` for `protonmail` and `mailto`....

Update: Using the ProtonMail code as a guide and trying various URL configurations I've worked out that the required URL format looks something like this: `URL="protonmail://mailto:[email protected]?subject=SubjectTitleOfEMail&body=MessageBodyFooBar"`

You need to add this to your project manifest: ``` ``` Then you need to edit your themes.xml (or styles.xml etc) and add: ``` ``` and also create a v35...

> [@Seoras](https://github.com/Seoras) sadly, opting out edge-to-edge enforcement is removed in Android 16 I've tested on Android 16 and it appears to still work as intended. I'd be surprised if Google...