views:

62

answers:

1

My application has some data which I would like to keep secure. I have also enabled the application to use text-to-speech. Unfortunately, the application writes out whatever it says to the log file. This means that a third party application (with permissions to access the logs) could gain access to the data. Is there any way I can disable Android logging the text to speech data?

A: 

I posted an issue on the Android Issue Tracker.

Casebash