I am not getting any resources to learn. I was able to ask for root permission (using Runtime.getRuntime().exec("su") command). But even after that, I am not getting read/write access to those files. I am a beginner. So, please don't mind if the question was a stupid one. I think you know what I am trying to do...
Asked
Active
Viewed 46 times
0

Dr Mido
- 2,414
- 4
- 32
- 72

Nowrose Muhammad Ragib
- 505
- 4
- 10
-
look at this answer will help you : https://stackoverflow.com/a/52213869/9093630 – Ahmad Darwesh Mar 23 '19 at 11:29
-
This is not what I want. I just want, say, copy a file from anywhere to /data/data/ folder, which requires the phone to be rooted, I know, but I am seeking for implementation. – Nowrose Muhammad Ragib Mar 23 '19 at 11:35