6 lines
113 B
Plaintext
Raw Normal View History

2010-02-19 18:47:49 -08:00
-keep class android.tts.SynthProxy {
int mJniData;
# keep all declarations for native methods
<methods>;
}