Skip to content

Commit 018c660

Browse files
committed
add android:banner attribute so TV apps display launcher icon correctly
1 parent 9ed88eb commit 018c660

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pythonforandroid/bootstraps/webview/build/templates/AndroidManifest.tmpl.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
-->
4343
<application android:label="@string/app_name"
4444
android:icon="@mipmap/icon"
45+
android:banner="@mipmap/banner"
4546
android:allowBackup="{{ args.allow_backup }}"
4647
{% if args.backup_rules %}android:fullBackupContent="@xml/{{ args.backup_rules }}"{% endif %}
4748
android:theme="{{args.android_apptheme}}{% if not args.window %}.Fullscreen{% endif %}"

0 commit comments

Comments
 (0)