No Sim Card Toast Message #27211
Unanswered
JamesBrooksbankIceland
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We are currently working on an inhouse application with Maui. The devices they are going on are all locked down android devices on Android Version 11.
None of these devices have SIM cards.
We have discovered that whenever the device is rebooted, after a couple of minutes we will see an Android toast message saying "No Sim Card". If the user has an app open at this time, the application is suspended and moved into the background meaning the app has to restart.
In our new app this has caused a problem with broadcast intents the application is listening for, which cause the app to receive the same broadcast intent twice after the app has been resumed.
I was wondering if there is someway within Maui to handle this sim card error so the application doesn't get suspended, which would be a sticking plaster to the underlying intent based issue. Has anyone seen this behaviour before or have an idea how we can handle this error?
Beta Was this translation helpful? Give feedback.
All reactions