-
Can we configure androidTest to not keep activities and background/resume?
Note, this may not be possible / technically feasible. A quick exploratory attempt to configure an emulator programmatical…
-
This article explains why it matters: [Save UI State - Android Developers](https://developer.android.com/topic/libraries/architecture/saving-states)
# Problem: when I perform this sequence of event…
-
## Behavior changes when compileSdk = 35
https://developer.android.com/about/versions/15/behavior-changes-all
- [x] ~~Network errors when using a satellite connection should be ignored using htt…
-
This article explains why it matters: [Save UI State - Android Developers](https://developer.android.com/topic/libraries/architecture/saving-states)
# Problem: when I perform this sequence of event…
-
### Description
I'm attempting to open my app using a custom URL scheme (e.g., activate://example). I followed the guidelines provided in the official documentation [here](https://learn.microsoft.com…
-
Thanks for contributing this library!
I have an application that launches a [Foreground Service](https://developer.android.com/guide/components/services.html#Foreground) under certain circumstances…
-
```
static void startLiveActivity(RemoteMessage message) async {
try {
print("initialize liive");
var liveActivitiesPlugin = LiveActivities();
await liveActivitiesPlugin.ini…
-
```xml
…
-
Bug Report
Problem Description
Expected Behavior
To be able to take photos using the camera.
Actual Behavior
After Clicking Photo, App RESTARTS,
Related Information
Reproduction Steps:
Lau…
-
**Describe the bug**
The app crashes when starting or stopping activities after being away from the main view.
**To Reproduce**
Steps to reproduce the behavior:
1. Make sound is enabled in Setti…