Loading sdk/src/java/org/lineageos/internal/util/PowerMenuConstants.java +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. Loading Loading @@ -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 Loading @@ -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, }; Loading Loading
sdk/src/java/org/lineageos/internal/util/PowerMenuConstants.java +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. Loading Loading @@ -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 Loading @@ -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, }; Loading