Skip to content

Commit cc72733

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 3bfa89f + 226be1c commit cc72733

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,15 @@ where:
8686
### Limitation on Android 14+ devices
8787
Starting with Android 14, background execution restrictions are more strict. When you connect to the broker, the app starts a foreground service to publish sensor data in real time. However, if you leave the app for more than 5 seconds (e.g., switch to another app or close it), the system may stop this foreground service, causing a disconnection from the broker. This occurs even if background activity is allowed for the app.
8888

89-
To avoid this issue, keep the app running in the foreground while connected.
89+
To avoid this issue, keep the app running in the foreground while connected.
90+
91+
## ⭐️ Support
92+
93+
Appreciate the project? Here's how you can help:
94+
95+
1. **Star**: Give it a star at the top right. It means a lot!
96+
2. **Contribute**: Found an issue or have a feature idea? Submit a PR.
97+
3. **Feedback**: Have suggestions? Open an issue or start a discussion.
9098

9199

92100

0 commit comments

Comments
 (0)