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

Commit 3f8ba610 authored by Thiébaud Weksteen's avatar Thiébaud Weksteen Committed by Automerger Merge Worker
Browse files

Merge "Fix Javadoc typo" am: 2090502b am: 65a7413b

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1725473

Change-Id: I8220261da6d3d61f92ce6d3d6acf00a4e3cc4664
parents f54700db 65a7413b
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -102,14 +102,14 @@ import java.util.function.Consumer;
 * An accessibility is declared as any other service in an AndroidManifest.xml, but it
 * must do two things:
 * <ul>
 *     <ol>
 *     <li>
 *         Specify that it handles the "android.accessibilityservice.AccessibilityService"
 *         {@link android.content.Intent}.
 *     </ol>
 *     <ol>
 *     </li>
 *     <li>
 *         Request the {@link android.Manifest.permission#BIND_ACCESSIBILITY_SERVICE} permission to
 *         ensure that only the system can bind to it.
 *     </ol>
 *     </li>
 * </ul>
 * If either of these items is missing, the system will ignore the accessibility service.
 * Following is an example declaration: