sdk: Add device controls global action
Change-Id: I8be18dfa1fe7807ca2eff13c4c2d477322530af0
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Copyright (C) 2015 The CyanogenMod Project
|
||||
* Copyright (C) 2017-2021 The LineageOS Project
|
||||
* Copyright (C) 2017-2022 The LineageOS Project
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -32,6 +32,7 @@ public class PowerMenuConstants {
|
||||
public static final String GLOBAL_ACTION_KEY_ASSIST = "assist";
|
||||
public static final String GLOBAL_ACTION_KEY_LOGOUT = "logout";
|
||||
public static final String GLOBAL_ACTION_KEY_EMERGENCY = "emergency";
|
||||
public static final String GLOBAL_ACTION_KEY_DEVICECONTROLS = "devicecontrols";
|
||||
|
||||
/**
|
||||
* Advanced restart menu actions
|
||||
@@ -54,6 +55,7 @@ public class PowerMenuConstants {
|
||||
GLOBAL_ACTION_KEY_SILENT,
|
||||
GLOBAL_ACTION_KEY_VOICEASSIST,
|
||||
GLOBAL_ACTION_KEY_ASSIST,
|
||||
GLOBAL_ACTION_KEY_DEVICECONTROLS,
|
||||
GLOBAL_ACTION_KEY_LOGOUT,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user