diff options
Diffstat (limited to '')
| -rw-r--r-- | apps/mobile/app.json | 10 |
1 files changed, 7 insertions, 3 deletions
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", |
