From b93fcd57868a53ad0f98ed450bd4c964f370442b Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 13 Sep 2025 10:54:41 +0300 Subject: Android share integration: add overlay manifest and ShareActivity, move Java to android/src/main/java for fyne-cross merge; read shared text from UserCacheDir; load on startup and foreground. Update README for Mage usage. --- android/AndroidManifest.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 android/AndroidManifest.xml (limited to 'android/AndroidManifest.xml') diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml new file mode 100644 index 0000000..51edc1b --- /dev/null +++ b/android/AndroidManifest.xml @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + -- cgit v1.2.3