We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
You can check this issue with the following code snip.
val startTime = System.nanoTime() try { HiddenApiBypass.addHiddenApiExemptions("") } catch (_: Throwable) {} val endTime = System.nanoTime() Log.d("HiddenApiBypass", "use time=" + ((endTime - startTime).toFloat() / 1000_000) + "ms")
Run the code on Pixel 7 with Android 15.
With AndroidHiddenApiBypass v6.0 use time=212.27913ms
With AndroidHiddenApiBypass v5.1 use time=0.855347ms
With AndroidHiddenApiBypass v4.3 use time=0.965088ms
The text was updated successfully, but these errors were encountered:
Try b6e3f67
Sorry, something went wrong.
The test result is use time=18.38794ms
use time=18.38794ms
It's faster than v6.0 but still much slower than v5.1 or lower versions.
No branches or pull requests
You can check this issue with the following code snip.
Run the code on Pixel 7 with Android 15.
With AndroidHiddenApiBypass v6.0
use time=212.27913ms
With AndroidHiddenApiBypass v5.1
use time=0.855347ms
With AndroidHiddenApiBypass v4.3
use time=0.965088ms
The text was updated successfully, but these errors were encountered: