diff options
| author | Ryan Lin <ryanlwlin@google.com> | 2021-12-10 01:11:30 +0000 |
|---|---|---|
| committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2021-12-10 01:11:30 +0000 |
| commit | 75309bcd38c3eb1545ad8616fc163311f4a2b272 (patch) | |
| tree | 12a1b446e35f2043af62966433ec25623c67098c /core/java | |
| parent | fa693ff4c0d1a399e84ca65759221c45221a0631 (diff) | |
| parent | 93124d69fc765ab9551abd6b94362490097921a6 (diff) | |
Merge "Document the split-screen action" into sc-v2-dev am: 93124d69fc
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/16375117
Change-Id: I3061d1fbbf4f6712ee5de7090ce5a72df5f962e8
Diffstat (limited to 'core/java')
| -rw-r--r-- | core/java/android/accessibilityservice/AccessibilityService.java | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/core/java/android/accessibilityservice/AccessibilityService.java b/core/java/android/accessibilityservice/AccessibilityService.java index 765a2ba45079..325be600e454 100644 --- a/core/java/android/accessibilityservice/AccessibilityService.java +++ b/core/java/android/accessibilityservice/AccessibilityService.java @@ -518,7 +518,9 @@ public abstract class AccessibilityService extends Service { public static final int GLOBAL_ACTION_POWER_DIALOG = 6; /** - * Action to toggle docking the current app's window + * Action to toggle docking the current app's window. + * <p> + * <strong>Note:</strong> It is effective only if it appears in {@link #getSystemActions()}. */ public static final int GLOBAL_ACTION_TOGGLE_SPLIT_SCREEN = 7; |
