From 5d6ab5f465a3778285d805634418d1ab5b94d3db Mon Sep 17 00:00:00 2001 From: Joseph Madamba Date: Sat, 4 Mar 2023 16:07:29 -0800 Subject: [PATCH] Add `mailto` scheme to intent queries --- osu.Android/AndroidManifest.xml | 5 +++++ osu.Game.Rulesets.Catch.Tests.Android/AndroidManifest.xml | 5 +++++ osu.Game.Rulesets.Mania.Tests.Android/AndroidManifest.xml | 5 +++++ osu.Game.Rulesets.Osu.Tests.Android/AndroidManifest.xml | 5 +++++ osu.Game.Rulesets.Taiko.Tests.Android/AndroidManifest.xml | 5 +++++ osu.Game.Tests.Android/AndroidManifest.xml | 5 +++++ 6 files changed, 30 insertions(+) diff --git a/osu.Android/AndroidManifest.xml b/osu.Android/AndroidManifest.xml index d97089a870..9ea57969b7 100644 --- a/osu.Android/AndroidManifest.xml +++ b/osu.Android/AndroidManifest.xml @@ -8,5 +8,10 @@ + + + + + \ No newline at end of file diff --git a/osu.Game.Rulesets.Catch.Tests.Android/AndroidManifest.xml b/osu.Game.Rulesets.Catch.Tests.Android/AndroidManifest.xml index 09da3c7dcc..22b4ea9191 100644 --- a/osu.Game.Rulesets.Catch.Tests.Android/AndroidManifest.xml +++ b/osu.Game.Rulesets.Catch.Tests.Android/AndroidManifest.xml @@ -9,5 +9,10 @@ + + + + + \ No newline at end of file diff --git a/osu.Game.Rulesets.Mania.Tests.Android/AndroidManifest.xml b/osu.Game.Rulesets.Mania.Tests.Android/AndroidManifest.xml index b565c16697..c8b0de9f42 100644 --- a/osu.Game.Rulesets.Mania.Tests.Android/AndroidManifest.xml +++ b/osu.Game.Rulesets.Mania.Tests.Android/AndroidManifest.xml @@ -8,5 +8,10 @@ + + + + + \ No newline at end of file diff --git a/osu.Game.Rulesets.Osu.Tests.Android/AndroidManifest.xml b/osu.Game.Rulesets.Osu.Tests.Android/AndroidManifest.xml index b9569dab31..d91fc062fe 100644 --- a/osu.Game.Rulesets.Osu.Tests.Android/AndroidManifest.xml +++ b/osu.Game.Rulesets.Osu.Tests.Android/AndroidManifest.xml @@ -8,5 +8,10 @@ + + + + + \ No newline at end of file diff --git a/osu.Game.Rulesets.Taiko.Tests.Android/AndroidManifest.xml b/osu.Game.Rulesets.Taiko.Tests.Android/AndroidManifest.xml index 7c10c319ed..f678d63dbb 100644 --- a/osu.Game.Rulesets.Taiko.Tests.Android/AndroidManifest.xml +++ b/osu.Game.Rulesets.Taiko.Tests.Android/AndroidManifest.xml @@ -8,5 +8,10 @@ + + + + + \ No newline at end of file diff --git a/osu.Game.Tests.Android/AndroidManifest.xml b/osu.Game.Tests.Android/AndroidManifest.xml index be4a67147d..105f2b1e8b 100644 --- a/osu.Game.Tests.Android/AndroidManifest.xml +++ b/osu.Game.Tests.Android/AndroidManifest.xml @@ -8,5 +8,10 @@ + + + + + \ No newline at end of file