about summary refs log tree commit diff
path: root/app.config.js
diff options
context:
space:
mode:
authorNick Manos <nick@manos.tech>2024-05-29 05:56:36 -0400
committerGitHub <noreply@github.com>2024-05-29 02:56:36 -0700
commit65ad16e394d0525d68e6fc8cd9508de4675c88d5 (patch)
treee698258d8942eb6a3e3df38de31f0d762c2ae73b /app.config.js
parent33de856c32711b2b5a83d5b27583eec0cc6e1248 (diff)
downloadvoidsky-65ad16e394d0525d68e6fc8cd9508de4675c88d5.tar.zst
Change Android's MainActivity launchMode to singleTop (#4255)
* Add build config plugin to set .MainActivity launchMode

* Change android:launchMode to standard

* Revert "Change android:launchMode to standard"

This reverts commit fddbc4e1b512ff9a55009e227f1f44e99ddabaf3.

* adjust

---------

Co-authored-by: Hailey <me@haileyok.com>
Diffstat (limited to 'app.config.js')
-rw-r--r--app.config.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/app.config.js b/app.config.js
index eafacc6cc..0c3588c67 100644
--- a/app.config.js
+++ b/app.config.js
@@ -204,6 +204,7 @@ module.exports = function (config) {
         ],
         './plugins/withAndroidManifestPlugin.js',
         './plugins/withAndroidManifestFCMIconPlugin.js',
+        './plugins/withAndroidManifestLaunchModePlugin.js',
         './plugins/withAndroidStylesWindowBackgroundPlugin.js',
         './plugins/withAndroidStylesAccentColorPlugin.js',
         './plugins/withAndroidSplashScreenStatusBarTranslucentPlugin.js',