Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 95f8be24 authored by atrost's avatar atrost
Browse files

Fix links in compat change comment.

Docs fail to generate otherwise.

Test: m -j offline-sdk-docs
Bug: 144927670
Change-Id: I6b458e31fa825861084a9dce7ced03d69d0e2f43
parent 2f764044
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -137,8 +137,8 @@ public final class OomAdjuster {
    /**
     * In targetSdkVersion R and above, foreground service has camera and microphone while-in-use
     * capability only when the {@link android.R.attr#foregroundServiceType} is configured as
     * {@link ServiceInfo#FOREGROUND_SERVICE_TYPE_CAMERA} and
     * {@link ServiceInfo#FOREGROUND_SERVICE_TYPE_MICROPHONE} respectively in the
     * {@link android.content.pm.ServiceInfo#FOREGROUND_SERVICE_TYPE_CAMERA} and
     * {@link android.content.pm.ServiceInfo#FOREGROUND_SERVICE_TYPE_MICROPHONE} respectively in the
     * manifest file.
     * In targetSdkVersion below R, foreground service automatically have camera and microphone
     * capabilities.