Replies: 1 comment 1 reply
-
Pkg instoll n |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am creating a simple application. When a button is clicked a file should move to Android/data/any package
Due to Android 13 and 14 Permission restrictions I can't use the SAF method. So I integrated Shizuku SDK into my app. The connection between Shizuku and my app is successful. But I don't know how to copy the file using Shizuku. Anyone, please help me.
FV file manager and MT file manager using this method, I don't know how they are doing that.
i am using these three dependency in my app
implementation("org.apache.commons:commons-io:1.3.2")
implementation ("dev.rikka.shizuku:api:13.1.5")
implementation ("dev.rikka.shizuku:provider:13.1.5")
Beta Was this translation helpful? Give feedback.
All reactions