Skip to content

Commit f165180

Browse files
authored
Merge pull request #334 from Unity-Technologies/settings-doc-update
Add docs entry for exact scheduling
2 parents 943c501 + 93fc647 commit f165180

File tree

1 file changed

+4
-0
lines changed
  • com.unity.mobile.notifications/Documentation~

1 file changed

+4
-0
lines changed

com.unity.mobile.notifications/Documentation~/Settings.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ The following settings are available for Android notifications.
1010

1111
By default, scheduled notifications are removed after the device restarts. To preserve scheduled notifications after the device restarts, you need to enable the **Reschedule Notifications on Device Restart** option. This adds the `RECEIVE_BOOT_COMPLETED` permissions to your app's manifest.
1212

13+
### Schedule at exact time
14+
15+
By default, notifications are scheduled to arrive at approximate time to optimize battery usage. This is the recommended behavior. For more information, refer to [Schedule notifications at exact time](Android.html#schedule-notifications-at-exact-time).
16+
1317
### Custom Activity
1418

1519
You can enable the **Use Custom Activity** option to override the activity that opens when the user taps the notification. By default, your app will only use the active activity in your app. If more than one activity is available, it will either use `UnityPlayerActivity` or `UnityPlayerGameActivity` (Starting from Unity 2023.1), depending on their availability.

0 commit comments

Comments
 (0)