This commit is contained in:
wesaphzt 2019-07-03 16:32:04 +01:00
parent 569dbdbd77
commit 8ac777d62c
8 changed files with 17 additions and 0 deletions

6
.idea/vcs.xml generated Normal file
View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>

View file

@ -0,0 +1 @@
Initial release.

View file

@ -0,0 +1,8 @@
A simple app to automatically lock your phone based on movement force, or the acceleration to be more accurate.
Private Lock can help protect your privacy and security by monitoring the accelerometer in the background and if the threshold is breached, lock the screen.
The main use cases are if your phone is taken while you're using it, or you drop your phone.
As an additional bonus, it can also help save wear and tear on your power button!
Inspired by the abandoned [https://github.com/0xFireball/PluckLockEx PluckLockEx] project, which is based on [https://github.com/SyntaxBlitz/PluckLock PluckLock].

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 559 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 524 KiB

View file

@ -0,0 +1 @@
Lock your phone from its movement force

View file

@ -0,0 +1 @@
Private Lock