2

I want to replace the directory which is present in another application package folder ( /data/data/com.***/directory to be replaced)

Jadav Nirav
  • 89
  • 1
  • 5

1 Answers1

1

You can't do this. Only app from package can modify it's packages folders.

Tomasz Czura
  • 2,414
  • 1
  • 14
  • 18
  • Any possibility for rooted devices? – Jadav Nirav Jun 24 '16 at 07:14
  • 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