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 android 13 support #11

Merged
merged 1 commit into from
Oct 23, 2022
Merged

Add android 13 support #11

merged 1 commit into from
Oct 23, 2022

Conversation

haridhayal11
Copy link

@haridhayal11 haridhayal11 commented Sep 17, 2022

Tested & confirmed to be working on Android 13.
Needs testing to check if it breaks previous Android versions. The apk can be downloaded from here. Would be great if someone can test on previous android versions and confirm if it works properly.

Needs testing to check if it breaks previous Android versions
@whew-inc
Copy link
Owner

Hello, thank you for the PR!

I believe this will break Android 12(.1) as com.android.server.pm.ComputerEngine does not exist on that version.

@haridhayal11
Copy link
Author

Hello, thank you for the PR!

I believe this will break Android 12(.1) as com.android.server.pm.ComputerEngine does not exist on that version.

I assumed that, maybe we can add a if statement to detect like you have done for 12 ?

@BigB84
Copy link

BigB84 commented Oct 18, 2022

@haridhayal11

I tested your apk on LOS20.
MicroG passes.

Thanks.

@HritwikSinghal
Copy link

HritwikSinghal commented Oct 24, 2022

Hello, thank you for the PR!

I believe this will break Android 12(.1) as com.android.server.pm.ComputerEngine does not exist on that version.

will this break it on A12.1?

Edit: NVM, saw the latest commit to fix this.

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 this pull request may close these issues.

4 participants