I have two apk's, which are related to each other. One creates a file to be used by the second one. Does any possibility exist with Android 4.4.2 to realize that the second apk deletes and creates a file in the Files folder of the first apk? May be by special permissions?
1. The assets folder (Files tab in the IDE) is read-only. You cannot write to it.
2. You can access files in the secondary storage (File.DirRootExternal or File.DirDefaultExternal).
No result. I tried with File.DirRootExternal , but it refers to the Phone storage itself, not to the SDcard. Then I tried to refer to the SDCard, as named on my mobile: "/storage/extSdCard", but then I get access denied. More suggestions?
By the way, I use Android 4.42.
Harry
No result. I tried with File.DirRootExternal , but it refers to the Phone storage itself, not to the SDcard. Then I tried to refer to the SDCard, as named on my mobile: "/storage/extSdCard", but then I get access denied. More suggestions?
By the way, I use Android 4.42.
Harry