From 26b53e2ccc00befd182c4af05ab52fc439be7535 Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Fri, 29 Mar 2024 14:17:36 +0000 Subject: mobile(android): Getting the android app ready for submission --- apps/mobile/app.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'apps/mobile/app.json') diff --git a/apps/mobile/app.json b/apps/mobile/app.json index a857022c..1e9d1e34 100644 --- a/apps/mobile/app.json +++ b/apps/mobile/app.json @@ -22,8 +22,8 @@ }, "android": { "adaptiveIcon": { - "foregroundImage": "./assets/icon.png", - "backgroundColor": "#ffffff" + "foregroundImage": "./assets/adaptive-icon.png", + "backgroundColor": "#000000" }, "package": "app.hoarder.hoardermobile" }, @@ -38,7 +38,11 @@ "NSExtensionActivationSupportsImageWithMaxCount": 1, "NSExtensionActivationSupportsMovieWithMaxCount": 0, "NSExtensionActivationSupportsText": true - } + }, + "androidIntentFilters": [ + "text/*", + "image/*" + ] } ], "expo-secure-store", -- cgit v1.2.3-70-g09d2