Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d389bf17 authored by LuK1337's avatar LuK1337 Committed by Bruno Martins
Browse files

sdk: Add device controls global action

Change-Id: I8be18dfa1fe7807ca2eff13c4c2d477322530af0
parent 21fcbbf2
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
/*
 * 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,
    };