[2/2]OmniGears: add Screenshot and Screencapture to Power Menu

Change-Id: Ifc49ccc247595f86b0c55695eaa53902740f294e
diff --git a/res/values/custom_strings.xml b/res/values/custom_strings.xml
index 2dd3d1e..f3b9141 100644
--- a/res/values/custom_strings.xml
+++ b/res/values/custom_strings.xml
@@ -303,6 +303,8 @@
     <string name="global_actions_lockdown_title">Lock</string>
     <string name="global_actions_settings_title">Settings</string>
     <string name="global_actions_airplane_title">Airplane mode</string>
+    <string name="global_actions_screenshot_title">Screenshot</string>
+    <string name="global_actions_screenrecord_title">Screenrecord</string>
     <string name="global_actions_users_title">Users</string>
     <string name="global_actions_voiceassist_title">Voiceassist</string>
     <string name="global_actions_silent_title">Silent mode</string>
diff --git a/res/xml/global_actions.xml b/res/xml/global_actions.xml
index 4514c0a..5e616e2 100644
--- a/res/xml/global_actions.xml
+++ b/res/xml/global_actions.xml
@@ -42,6 +42,14 @@
             android:key="airplane"
             android:title="@string/global_actions_airplane_title"
             android:persistent="false" />
+	<SwitchPreference
+            android:key="screenshot"
+            android:title="@string/global_actions_screenshot_title"
+            android:persistent="false" />
+        <SwitchPreference
+            android:key="screenrecord"
+            android:title="@string/global_actions_screenrecord_title"
+            android:persistent="false" />
         <SwitchPreference
             android:key="users"
             android:title="@string/global_actions_users_title"