Auto start Maui application on OS boot #7032
-
Hi, can I auto start a Maui application? I ported code I used for a Xamarin app but the app does not start up when OS restarted. I used a BroadcastReceiver and included my receiver configuration within AndroidManifest.xml file. I am using Android 10 OS. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
You must register the Broadcast in an Implicit way https://stackoverflow.com/questions/71235614/android-app-not-starting-on-boot-completed-with-android-xamarin |
Beta Was this translation helpful? Give feedback.
-
Thank you! |
Beta Was this translation helpful? Give feedback.
-
Would like to ask maui android boot to achieve it? Do you have a demo? |
Beta Was this translation helpful? Give feedback.
-
nice to have this feature for Android. |
Beta Was this translation helpful? Give feedback.
You must register the Broadcast in an Implicit way
https://stackoverflow.com/questions/71235614/android-app-not-starting-on-boot-completed-with-android-xamarin
https://stackoverflow.com/questions/49403069/xamarin-android-receiver-on-boot-completed-error