I have workprofile app installed, and the location of the data can be access programmatically using getExternalFilesDir("logs")
which, results in storage location as /storage/emulated/11/Android/data/com.example.workprofile/files/logs
.
I would like to know how to push data to logs folder and pull using adb
.