From 85c4d1c209242cfa7f59f6737450e0dbcb57fdfe Mon Sep 17 00:00:00 2001 From: Akubue-Izundu Kenechukwu Date: Wed, 6 Apr 2022 20:51:45 +0100 Subject: [PATCH] Fixes App Icon and Presplash_Screen For Webview bootstrap (#2556) * dddd Signed-off-by: kengoon * fix for issue #2552 and presplash_color --- .../bootstraps/webview/build/templates/AndroidManifest.tmpl.xml | 2 +- .../bootstraps/webview/build/templates/strings.tmpl.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pythonforandroid/bootstraps/webview/build/templates/AndroidManifest.tmpl.xml b/pythonforandroid/bootstraps/webview/build/templates/AndroidManifest.tmpl.xml index b922560c7f..8bedae4086 100644 --- a/pythonforandroid/bootstraps/webview/build/templates/AndroidManifest.tmpl.xml +++ b/pythonforandroid/bootstraps/webview/build/templates/AndroidManifest.tmpl.xml @@ -46,7 +46,7 @@ An example Java class can be found in README-android.txt --> {{ args.name }} {{ private_version }} + {{ args.presplash_color }}