diff --git a/android/src/com/reecedunn/espeak/CheckVoiceData.java b/android/src/com/reecedunn/espeak/CheckVoiceData.java index d27b1ab361..7818af1a26 100755 --- a/android/src/com/reecedunn/espeak/CheckVoiceData.java +++ b/android/src/com/reecedunn/espeak/CheckVoiceData.java @@ -14,6 +14,12 @@ * limitations under the License. */ +/* + * This Activity is used by Android to get the list of languages to display + * to the user when selecting the text-to-speech language. This is by locale, + * not voice name. + */ + package com.reecedunn.espeak; import android.app.Activity;