We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afd9942 commit 85c4d1cCopy full SHA for 85c4d1c
pythonforandroid/bootstraps/webview/build/templates/AndroidManifest.tmpl.xml
@@ -46,7 +46,7 @@
46
An example Java class can be found in README-android.txt
47
-->
48
<application android:label="@string/app_name"
49
- android:icon="@drawable/icon"
+ android:icon="@mipmap/icon"
50
android:allowBackup="{{ args.allow_backup }}"
51
{% if args.backup_rules %}android:fullBackupContent="@xml/{{ args.backup_rules }}"{% endif %}
52
android:theme="{{args.android_apptheme}}{% if not args.window %}.Fullscreen{% endif %}"
pythonforandroid/bootstraps/webview/build/templates/strings.tmpl.xml
@@ -2,4 +2,5 @@
2
<resources>
3
<string name="app_name">{{ args.name }}</string>
4
<string name="private_version">{{ private_version }}</string>
5
+ <string name="presplash_color">{{ args.presplash_color }}</string>
6
</resources>
0 commit comments