Skip to content

Document AIDL usage and IPC flow in README#5

Draft
Copilot wants to merge 2 commits intomasterfrom
copilot/how-to-use-aidl-in-project
Draft

Document AIDL usage and IPC flow in README#5
Copilot wants to merge 2 commits intomasterfrom
copilot/how-to-use-aidl-in-project

Conversation

Copy link
Copy Markdown

Copilot AI commented Mar 19, 2026

The issue asks how this project uses AIDL. The repository lacked a concise explanation of the AIDL/IPC flow and the key files that implement it.

  • Documentation
    • Added a README section describing Shizuku-based Binder IPC and the hidden-api AIDL stubs used by the app.
    • Listed the core classes and their roles (service lookup, install sessions, callback handling, API wrappers).

Example (from the new README section):

IPackageManager.Stub.asInterface(...)
IPackageInstaller / IPackageInstallerSession
IIntentSenderAdaptor for install result callbacks

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • dl.google.com
    • Triggering command: /usr/lib/jvm/temurin-17-jdk-amd64/bin/java /usr/lib/jvm/temurin-17-jdk-amd64/bin/java --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.lang.invoke=ALL-UNNAMED --add-opens=java.prefs/java.util.prefs=ALL-UNNAMED --add-opens=java.base/java.nio.charset=ALL-UNNAMED --add-opens=java.base/java.net=ALL-UNNAMED --add-opens=java.base/java.util.concurrent.atomic=ALL-UNNAMED -Xmx2048m -Dfile.encoding=UTF-8 -Duser.country -Duser.language=en -Duser.variant -cp /home/REDACTED/.gradle/wrapper/dists/gradle-8.4-bin/1w5dpkrfk8irigvoxmyhowfim/gradle-8.4/lib/gradle-launcher-8.4.jar -javaagent:/home/REDACTED/.gradle/wrapper/dists/gradle-8.4-bin/1w5dpkrfk8irigvoxmyhowfim/gradle-8.4/lib/agents/gradle-instrumentation-agent-8.4.jar org.gradle.launcher.daemon.bootstrap.GradleDaemon 8.4 (dns block)

If you need me to access, download, or install something from one of these locations, you can either:


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: Yorick-Ryu <86869116+Yorick-Ryu@users.noreply.github.com>
Copilot AI changed the title [WIP] Add explanation of using AIDL in project Document AIDL usage and IPC flow in README Mar 19, 2026
Copilot AI requested a review from Yorick-Ryu March 19, 2026 07:37
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.

2 participants