From 502ae2e6586b557ee41113b86e66df4745dcd66d Mon Sep 17 00:00:00 2001 From: kengoon Date: Sun, 6 Mar 2022 15:13:37 +0100 Subject: [PATCH 1/2] dddd Signed-off-by: kengoon --- .../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 }} From d0c27108593797a7827cd2ef4ddacf207c7e0cbd Mon Sep 17 00:00:00 2001 From: kengoon Date: Sun, 6 Mar 2022 15:13:37 +0100 Subject: [PATCH 2/2] 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 }}