Merge "Fix system action API issues in SystemActions" into rvc-dev

This commit is contained in:
Sally Yuen
2020-04-27 23:06:10 +00:00
committed by Android (Google) Code Review
8 changed files with 202 additions and 124 deletions

View File

@@ -501,6 +501,18 @@ public abstract class AccessibilityService extends Service {
*/
public static final int GLOBAL_ACTION_KEYCODE_HEADSETHOOK = 10;
/**
* Action to trigger the Accessibility Button
* @hide
*/
public static final int GLOBAL_ACTION_ACCESSIBILITY_BUTTON = 11;
/**
* Action to bring up the Accessibility Button's chooser menu
* @hide
*/
public static final int GLOBAL_ACTION_ACCESSIBILITY_BUTTON_CHOOSER = 12;
private static final String LOG_TAG = "AccessibilityService";
/**