HiddenApi
HiddenApi copied to clipboard
Unify all hidden APIs used by Rikka apps into a library.
Android 13, SDK 33 Oneplus 7 Pro (Guacamole) YAAP Custom Rom (TQ3A.230805.001) Project Minimum SDK (23) Running SDK (33) HiddenApi Version (4.2.0) I was looking at Source from (HMA) Hide...
[Starting from Android 14, apps that target SDK versions too old are blocked from being installed.](https://developer.android.com/about/versions/14/behavior-changes-all#minimum-target-api-level) Root and shell are allowed to bypass this limitation if [`INSTALL_BYPASS_LOW_TARGET_SDK_BLOCK` flag](https://android.googlesource.com/platform/frameworks/base/+/7c710f62228fbc829eaa097204a00bccd8aa420d%5E%21/#F0) is used.
The function signature is void return type in IIntentSender.java < API 26 ([Reference](https://android.googlesource.com/platform/frameworks/base/+/refs/heads/nougat-release/core/java/android/content/IIntentSender.aidl#25)) ```java int send(int code, Intent intent, String resolvedType, IIntentReceiver finishedReceiver, String requiredPermission, Bundle options); ``` should be...