From 2f9049d28e0573213956449067c2dd84a762f87c Mon Sep 17 00:00:00 2001 From: Kevin Hufnagle Date: Wed, 15 Feb 2023 20:53:52 +0000 Subject: [PATCH] docs: Add tags to F_G_S_TYPE_SYSTEM_EXEMPTED Add closing tags to prevent API reference documentation from rendering blank lines inside an unordered list Test: built docs using go/abtd Bug: 269296311 Change-Id: I6a8db4e67301e9e3830eb6380674e9c7838f086a --- core/java/android/content/pm/ServiceInfo.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/java/android/content/pm/ServiceInfo.java b/core/java/android/content/pm/ServiceInfo.java index 90ed4ce63d972..f3ad9d1488ff0 100644 --- a/core/java/android/content/pm/ServiceInfo.java +++ b/core/java/android/content/pm/ServiceInfo.java @@ -368,8 +368,8 @@ public class ServiceInfo extends ComponentInfo *
  • App has a UID < {@link android.os.Process#FIRST_APPLICATION_UID}
  • *
  • App is on Doze allowlist
  • *
  • Device is running in Demo Mode
  • - *
  • Device owner app
  • - *
  • Profile owner apps
  • + *
  • Device owner app
  • + *
  • Profile owner apps
  • *
  • Persistent apps
  • *
  • Carrier privileged apps
  • *
  • Apps that have the {@code android.app.role.RoleManager#ROLE_EMERGENCY} role