Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for android API 34 #92

Closed
dcdj99 opened this issue Jan 4, 2024 · 1 comment · Fixed by #107
Closed

Add support for android API 34 #92

dcdj99 opened this issue Jan 4, 2024 · 1 comment · Fixed by #107

Comments

@dcdj99
Copy link

dcdj99 commented Jan 4, 2024

Due to changes in foreground permissions from API 33 to 34, starting the overlay now causes a crash in the app unless a service type is declared in the manifest.

@Infinity-Studios-Software
Copy link

Infinity-Studios-Software commented Jan 24, 2024

which service type?

EDIT: Fixed it, as a temporary fix declaring any type of service type works. You need to have at least 1 declared, per the API 34 changes on the oficial docs.

@X-SLAYER X-SLAYER linked a pull request Mar 30, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants