You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 30, 2021. It is now read-only.
It also appears RECEIVE_BOOT_COMPLETED and VIBRATE are not shown in the sample application.
Is there an example for RECEIVE_BOOT_COMPLETED and VIBRATE used (per the docs vs sample app?)
Also the docs suggest this in android/app/src/main/AndroidManifest.xml
<activity
...
android:launchMode="singleTop"
>
Is there any location in the docs or sample app that clarify the different Android manifest configs?