lineage: overlay: Use default AOSP power menu list
* We shouldn't be changing the default behaviour anyway, plus
Airplane Mode toggle is horrid on 8.1 right now
Change-Id: Ie795443f840e023f0c67f2a6729a7d702bc37cd5
diff --git a/overlay/common/frameworks/base/core/res/res/values/config.xml b/overlay/common/frameworks/base/core/res/res/values/config.xml
index 47e7d08..1be573a 100644
--- a/overlay/common/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/common/frameworks/base/core/res/res/values/config.xml
@@ -47,16 +47,6 @@
<string name="config_mms_user_agent">LineageOS</string>
<string name="config_mms_user_agent_profile_url">http://www.google.com/oha/rdf/ua-profile-kila.xml</string>
- <!-- Defines the default set of global actions. Actions may still be disabled or hidden based
- on the current state of the device. -->
- <string-array translatable="false" name="config_globalActionsList">
- <item>power</item>
- <item>restart</item>
- <item>airplane</item>
- <item>bugreport</item>
- <item>users</item>
- </string-array>
-
<!-- Enable lockscreen rotation by default -->
<bool name="config_enableLockScreenRotation">true</bool>