Is there a way to list all files inside an Android app? I want to access the file at the following URI:
content://com.google.android.googlequicksearchbox.AudioProvider/VoiceSearchOriginalAudioRecording3.amr
and its stored by my app with the package com.example.db
.
I imagine there is something like adb content ... but how exactly can I do this? I can change the app permissions if needed.