Skip to content

Commit 547e650

Browse files
docs: add backlog task
1 parent a471473 commit 547e650

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
id: task-029
3+
title: Fix Android APK missing custom icon
4+
status: To Do
5+
assignee: []
6+
created_date: '2026-01-06 23:48'
7+
updated_date: '2026-01-06 23:49'
8+
labels:
9+
- android
10+
- bug
11+
dependencies: []
12+
priority: medium
13+
---
14+
15+
## Description
16+
17+
<!-- SECTION:DESCRIPTION:BEGIN -->
18+
When building and installing the APK via `task android:run:device`, the app displays the default Tauri icon instead of the custom Lunch app icon. The icon generation may not be running or the Android project may not be picking up the generated icons.
19+
<!-- SECTION:DESCRIPTION:END -->
20+
21+
## Acceptance Criteria
22+
<!-- AC:BEGIN -->
23+
- [ ] #1 App displays custom Lunch icon on Android home screen after install
24+
- [ ] #2 App displays custom icon in Android app drawer
25+
- [ ] #3 App displays custom icon in Android recent apps view
26+
<!-- AC:END -->

0 commit comments

Comments
 (0)