I want to replace the directory which is present in another application package folder ( /data/data/com.***/directory to be replaced)
Asked
Active
Viewed 51 times
2
-
Have you found the answer? – Harshadcse Jul 22 '16 at 18:03
1 Answers
1
You can't do this. Only app from package can modify it's packages folders.

Tomasz Czura
- 2,414
- 1
- 14
- 18
-
-
Only from console. If you can do that from other app, there is no possibility also for rooted devices. I was able to make such things, but it was on my custom Android image. There I was able to create low-level service which made what i want – Tomasz Czura Jun 26 '16 at 18:24