M7350/base/packages/TtsService/proguard.flags

6 lines
113 B
Plaintext
Raw Normal View History

2024-09-09 08:52:07 +00:00
-keep class android.tts.SynthProxy {
int mJniData;
# keep all declarations for native methods
<methods>;
}