You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,19 +23,21 @@ Similar concept to [Yakk](https://yakk.bkappz.com/), but open-source with more s
23
23
- Camera motion detection with adjustable sensitivity
24
24
- Ambient light sensor for detecting lighting changes
25
25
- Auto-unlock screen and launch your dashboard app
26
+
- Automatic keyguard dismissal (works with swipe-to-unlock and no security)
27
+
- Configurable notification sound on wake
26
28
- Start at boot for set-and-forget operation
27
-
-Material Design 3 with dark mode and tablet layouts
29
+
-Clean, simple UI with tablet layouts
28
30
- Full accessibility support with TalkBack
29
31
30
-
## Setup Recommendations
32
+
## Permissions
31
33
32
-
**For best results, disable your device's lock screen security:**
34
+
On first launch, the app will request the following permissions:
33
35
34
-
Go to **Settings → Security → Screen Lock** and set it to **"None"** or **"Swipe"**.
36
+
-**Camera** - For motion detection
37
+
-**Display over other apps** (SYSTEM_ALERT_WINDOW) - Required to reliably launch apps from background on Android 10+
38
+
-**Battery optimization exemption** - For reliable background operation
35
39
36
-
**Why?** Android's security model prevents apps from bypassing PIN, pattern, or biometric authentication. If you have secure lock screen enabled, the app will wake the screen but you'll still need to authenticate manually. For wall-mounted tablets that don't leave your home, disabling the lock screen provides the smoothest experience.
37
-
38
-
If you need security, consider using Smart Lock (Settings → Security → Smart Lock) with trusted locations or devices instead.
40
+
These permissions are essential for the app to function properly.
0 commit comments