Skip to content

Commit 1b15708

Browse files
committed
Update foreground service type documentation link in services.rst
1 parent 32b689e commit 1b15708

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/services.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ You can optionally specify the following parameters:
6666
- :code:`:sticky` for launching a service that gets restarted by the Android OS on exit/error
6767
- :code:`:foregroundServiceType=TYPE` to specify the type of foreground service,
6868
where TYPE is one of the valid Android foreground service types
69-
(see `Android documentation <https://developer.android.com/reference/android/app/Service.html#START_FOREGROUND_SERVICE>`__
69+
(see `Android documentation <https://developer.android.com/develop/background-work/services/fgs/service-types>`__
7070
for more details). You can specify multiple types separated by a pipe
7171
character "|", e.g. :code:`:foregroundServiceType=location|mediaPlayback`. Mandatory
7272
if :code:`:foreground` is used on Android 14+.

0 commit comments

Comments
 (0)