diff --git a/README.md b/README.md index f1d8b11..e1b3c63 100644 --- a/README.md +++ b/README.md @@ -32,15 +32,13 @@ This tray app communicates with a daemon with the help of a UNIX socket. The dae ## Android -Here are a few screenshots! - ### Screenshots | | | | |-------------------|-------------------|-------------------| | ![Settings 1](/android/imgs/settings-1.png) | ![Settings 2](/android/imgs/settings-2.png) | ![Debug Screen](/android/imgs/debug.png) | | ![Battery Notification](/android/imgs/notification.png) | ![Popup](/android/imgs/popup.png) | ![QuickSetting Tile](/android/imgs/qstile.png) | -| ![Long Press Configuration](/android/imgs/long-press.png) | | | +| ![Long Press Configuration](/android/imgs/long-press.png) | ![Widget](/android/imgs/widget.png) | | ### Installation Currently, there's a [bug in the Android Bluetooth stack](https://issuetracker.google.com/issues/371713238) that prevents the app from working (upvote the issue - click the '+1' icon on the top right corner of IssueTracker). This repository provides a workaround for the bug, specifically tested on Android 14 and Android 15 (stock versions). diff --git a/android/imgs/widget.png b/android/imgs/widget.png new file mode 100644 index 0000000..a7f3f4a Binary files /dev/null and b/android/imgs/widget.png differ