This update removes unnecessary permissions and clarifies the app's core functionality.
Removed permissions: `READ_MEDIA_IMAGES`, `READ_MEDIA_VIDEO`, location, storage, call logs, SMS, sensors, and others.
App now only uses: `INTERNET` (to send audio), `RECORD_AUDIO`, and `READ_PHONE_STATE` (to pause recording during calls).
The app's core function is to record and send audio. Previously stated features were not core and have been removed.
Data safety declarations updated.