Skip to content

Commit c062584

Browse files
author
adrianbartyczak
committed
Change description of getmobilescreentappos
1 parent 126f0c0 commit c062584

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Solutions for managing the shell
5555

5656
Solutions for managing mobile devices
5757

58-
* [Watch for and print the X and Y screen tap coordinates of an Android device.](scripts/mobile_device_management-android/hardware_management/getmobilescreentappos)
58+
* [Watch for and print X and Y tap coordinates on an Android device screen.](scripts/mobile_device_management-android/hardware_management/getmobilescreentappos)
5959
* [Mount and unmount an MTP device.](scripts/mobile_device_management-generic/mounting/mntmtp)
6060

6161
## Text manipulation

scripts/mobile_device_management-android/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
## Hardware management
1313

14-
* [getmobilescreentappos](hardware_management/getmobilescreentappos): Watch for and print the X and Y screen tap coordinates of an Android device.
14+
* [getmobilescreentappos](hardware_management/getmobilescreentappos): Watch for and print X and Y tap coordinates on an Android device screen.
1515
* [turnmobilescreenoff](hardware_management/turnmobilescreenoff): Turn an Android device screen off if on.
1616
* [turnmobilescreenon](hardware_management/turnmobilescreenon): Turn an Android device screen on if off.
1717

scripts/mobile_device_management-android/hardware_management/getmobilescreentappos

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# getmobilescreentappos
55
#
66
# Description:
7-
# Watch for and print the X and Y screen tap coordinates of an Android device.
7+
# Watch for and print X and Y tap coordinates on an Android device screen.
88
#
99
# Additional feature:
1010
# Output is converted from hexidecimal to decimal for easy readability.

0 commit comments

Comments
 (0)