Merge "Add triggering the accessibility shortcut as a system action" into rvc-dev
This commit is contained in:
@@ -513,6 +513,13 @@ public abstract class AccessibilityService extends Service {
|
||||
*/
|
||||
public static final int GLOBAL_ACTION_ACCESSIBILITY_BUTTON_CHOOSER = 12;
|
||||
|
||||
/**
|
||||
* Action to trigger the Accessibility Shortcut. This shortcut has a hardware trigger and can
|
||||
* be activated by holding down the two volume keys.
|
||||
* @hide
|
||||
*/
|
||||
public static final int GLOBAL_ACTION_ACCESSIBILITY_SHORTCUT = 13;
|
||||
|
||||
private static final String LOG_TAG = "AccessibilityService";
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user