-
-
Notifications
You must be signed in to change notification settings - Fork 98
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
Support Android 14 #10
Comments
Hi, started to run my tests |
Currently it seems to run fine, no? |
ys its still working. No need to investigate yet. |
@SarotecK Maybe check when Android 14 is final. |
Well, beside of the reasons google mentions: https://developer.android.com/guide/app-compatibility/restrictions-non-sdk-interfaces
I did a quick search and didn't find anything in google play content policy telling that hidden api access is a violation. However, this might be still no evidence. https://support.google.com/googleplay/android-developer/search?q=restricted+API&count=32 Also you could try to change your use-cases to a behaviour that doesn't require hidden API access. Sometimes a particular feature might not be worth the risk. |
I see. Wonder if there are some apps on the Play Store that uses this or another. |
Hey @SarotecK When targeting AndroidSDK 34 I'm getting SecurityException when ![]() |
https://developer.android.com/about/versions/14/overview
https://developer.android.com/guide/app-compatibility/restrictions-non-sdk-interfaces#android-14-lists
The text was updated successfully, but these errors were encountered: