PHONE PERMİSSİONS USED
<uses-permission android:name="android.permission.RECORD_AUDIO"/>
To record audio at any time while using the application. (does not record audio without your permission and knowledge).
The voice recording stops automatically when you exit the application.
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
Any music on your phone or sd card, permissions required to use in the application.
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
when you record sound to your phone, the permission required to write the recording to the sd card or phone memory.
<uses-permission android:name="android.permission.RECORD_AUDIO"/>
Record audio within the app and play audio within the app.
<uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS"/>
Permission required for volume up / down when using the application.
<uses-permission android:name="android.permission.INTERNET"/>
Permissions related to the application are required for updates and advertising network.
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
Permissions related to the application are required for updates and advertising network.
Since there is no purchase process in our applications, no transactions are made by credit card.
Your personal information can be used with the google ad network we use. This use is only to serve you better. It does not share with any other companies. Your data is secured.
Just in case, we do not recommend sharing your credit card and personal information on sites you do not trust.