Skip to content

Commit

Permalink
Update androidtv/constants.py
Browse files Browse the repository at this point in the history
Co-authored-by: Martijn Dijkhuizen <1850135+martomo@users.noreply.github.com>
  • Loading branch information
JeffLIrion and martomo committed Feb 7, 2021
1 parent abe39de commit 1f53e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion androidtv/constants.py
Expand Up @@ -28,7 +28,7 @@
#: Determine whether the device is awake
CMD_AWAKE = "dumpsys power | grep mWakefulness | grep -q Awake"

#: Parse the current app from the dumpsys outputand store it in the variable ``CURRENT_APP``
#: Parse the current app from the dumpsys output and store it in the variable ``CURRENT_APP``
CMD_PARSE_CURRENT_APP = 'CURRENT_APP=${CURRENT_APP#*ActivityRecord{* * } CURRENT_APP=${CURRENT_APP#*{* * } && CURRENT_APP=${CURRENT_APP%%/*} && CURRENT_APP=${CURRENT_APP%\\}*}'

#: Get the current app (but don't echo it)
Expand Down

0 comments on commit 1f53e2d

Please sign in to comment.