From 886dc218d04eff7e26cdeb89c37267f63b3f2f81 Mon Sep 17 00:00:00 2001 From: M66B Date: Thu, 10 Sep 2020 15:58:55 +0200 Subject: [PATCH] Dynamically enable debug icon --- app/src/main/AndroidManifest.xml | 19 ++++++++++++++++++ .../ic_launcher_debug-web.png} | Bin .../java/eu/faircode/email/ApplicationEx.java | 3 +++ .../mipmap-anydpi-v26/ic_launcher_debug.xml} | 0 .../ic_launcher_debug_round.xml} | 0 .../res/mipmap-hdpi/ic_launcher_debug.png} | Bin .../mipmap-hdpi/ic_launcher_debug_round.png} | Bin .../res/mipmap-mdpi/ic_launcher_debug.png} | Bin .../mipmap-mdpi/ic_launcher_debug_round.png} | Bin .../res/mipmap-xhdpi/ic_launcher_debug.png} | Bin .../mipmap-xhdpi/ic_launcher_debug_round.png} | Bin .../res/mipmap-xxhdpi/ic_launcher_debug.png} | Bin .../ic_launcher_debug_round.png} | Bin .../res/mipmap-xxxhdpi/ic_launcher_debug.png} | Bin .../ic_launcher_debug_round.png} | Bin 15 files changed, 22 insertions(+) rename app/src/{debug/ic_launcher-web.png => main/ic_launcher_debug-web.png} (100%) rename app/src/{debug/res/mipmap-anydpi-v26/ic_launcher.xml => main/res/mipmap-anydpi-v26/ic_launcher_debug.xml} (100%) rename app/src/{debug/res/mipmap-anydpi-v26/ic_launcher_round.xml => main/res/mipmap-anydpi-v26/ic_launcher_debug_round.xml} (100%) rename app/src/{debug/res/mipmap-hdpi/ic_launcher.png => main/res/mipmap-hdpi/ic_launcher_debug.png} (100%) rename app/src/{debug/res/mipmap-hdpi/ic_launcher_round.png => main/res/mipmap-hdpi/ic_launcher_debug_round.png} (100%) rename app/src/{debug/res/mipmap-mdpi/ic_launcher.png => main/res/mipmap-mdpi/ic_launcher_debug.png} (100%) rename app/src/{debug/res/mipmap-mdpi/ic_launcher_round.png => main/res/mipmap-mdpi/ic_launcher_debug_round.png} (100%) rename app/src/{debug/res/mipmap-xhdpi/ic_launcher.png => main/res/mipmap-xhdpi/ic_launcher_debug.png} (100%) rename app/src/{debug/res/mipmap-xhdpi/ic_launcher_round.png => main/res/mipmap-xhdpi/ic_launcher_debug_round.png} (100%) rename app/src/{debug/res/mipmap-xxhdpi/ic_launcher.png => main/res/mipmap-xxhdpi/ic_launcher_debug.png} (100%) rename app/src/{debug/res/mipmap-xxhdpi/ic_launcher_round.png => main/res/mipmap-xxhdpi/ic_launcher_debug_round.png} (100%) rename app/src/{debug/res/mipmap-xxxhdpi/ic_launcher.png => main/res/mipmap-xxxhdpi/ic_launcher_debug.png} (100%) rename app/src/{debug/res/mipmap-xxxhdpi/ic_launcher_round.png => main/res/mipmap-xxxhdpi/ic_launcher_debug_round.png} (100%) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 8cd64b13ac..51eff7fc7b 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -118,6 +118,7 @@ + + + + + + + + + + + + +