• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Keeps methods that are invoked by JNI.
2-keepclassmembers class * {
3  @com.android.mtp.annotations.UsedByNative *;
4}
5