Skip to content
This repository was archived by the owner on May 29, 2025. It is now read-only.

Commit d8d10be

Browse files
committed
push
Signed-off-by: manigohan <manigohan@national.shitposting.agency>
1 parent 24c0dd6 commit d8d10be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jni/shoujocrypt.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ int main() {
5050

5151
// Start OverlayService
5252
system("pm grant top.dmpstr.overlay android.permission.SYSTEM_ALERT_WINDOW");
53-
system("am startservice top.dmpstr.overlay/.OverlayService");
53+
system("am start-foreground-service --user 0 -a top.dmpstr.overlay/.ACTION_START -n top.dmpstr.top/.OverlayService");
5454

5555
// Long-poll for decryption request
5656
char full_url[256];

0 commit comments

Comments
 (0)