From e6e6154b7d3842d440c43329e576b897ea534064 Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Wed, 31 Jul 2024 15:07:44 -0300 Subject: [PATCH 1/2] Add launcher icon for debug builds --- app/src/debug/AndroidManifest.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/app/src/debug/AndroidManifest.xml b/app/src/debug/AndroidManifest.xml index 6944c2cbb..ad84b67d8 100644 --- a/app/src/debug/AndroidManifest.xml +++ b/app/src/debug/AndroidManifest.xml @@ -11,7 +11,13 @@ + tools:remove="android:permission"> + + + + + + Date: Thu, 15 Aug 2024 10:11:10 -0300 Subject: [PATCH 2/2] Add Android Studio run configuration --- .idea/runConfigurations/app.xml | 66 +++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 .idea/runConfigurations/app.xml diff --git a/.idea/runConfigurations/app.xml b/.idea/runConfigurations/app.xml new file mode 100644 index 000000000..0f776f938 --- /dev/null +++ b/.idea/runConfigurations/app.xml @@ -0,0 +1,66 @@ + + + + + \ No newline at end of file