Skip to content

Commit 0b72954

Browse files
committed
Adde a readme.md with installation instructions.
1 parent d3ff644 commit 0b72954

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

Readme.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# AppOverLockScreenTest
2+
3+
This app demonstrate how to use the read button of Zebra's equipped devices (HC25 for example) to wake up the screen and open an activity on top of the lock screen.
4+
5+
## How to install
6+
7+
First, go to the StageNow folder and process the two StageNow barcodes on the device.
8+
9+
EnableAllWakeUpSource : Will enable all buttons as wake up source to wake up the device when it is in sleep mode
10+
11+
Set_REAR_BUTTON_To_Default_Value : Will set the KeyMapping of the rear button to default value (Buton_L1 -> Keycode 102), so the accessibility service will be able to catch when it is pushed.
12+
13+
Install the application on the device.
14+
15+
Go to Settings -> Accessibility -> Dowloaded Apps -> AppOverLockScreenTest
16+
17+
Enable the application (do not enable the shortcut as we won't use it)
18+
19+
Now lock the screen with the power button, and push the rear button to wake up, the push the rear button to open the AppOverLockScreenTest MainActivity.

0 commit comments

Comments
 (0)