sdk: Add device controls global action

Change-Id: I8be18dfa1fe7807ca2eff13c4c2d477322530af0
This commit is contained in:
LuK1337
2022-02-25 13:17:43 +01:00
committed by Bruno Martins
parent 21fcbbf2f5
commit d389bf1773

View File

@@ -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,
};