Add screencap command
[fonbot.git] / res / values / strings.xml
index 15fb4d9962f99c62f728be865c2300dbf7d1a567..6340fb062413ed1944ded531a3175143ed2693e8 100644 (file)
@@ -448,6 +448,13 @@ The help command can be used to get a list of commands and help for them. Exampl
         With three arguments, shows a notification with title <title> and text <text> and id <id>. This replaces any previous notiifcation with the same id.\n
         With one argument, removes the notification with id <id>\n
         Example: notify 10 Hello \"Hello, world!\"
-        </string>
-    <string name="user_or_password_not_set">User or password not set</string>
-</resources>
\ No newline at end of file
+    </string>
+       <string name="user_or_password_not_set">User or password not set</string>
+       <string name="screencap_successful">Screencap successful</string>
+       <string name="screencap_failed">Screencap failed. Remember: the screencap command requires root access</string>
+       <string name="screencap_help">
+         Usage: screencap filename
+         Takes a screen capture and saves it to the given filename as a PNG image file.
+         Example: screencap /storage/sdcard0/screencap.png
+       </string>
+</resources>
This page took 0.009284 seconds and 4 git commands to generate.