• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1-allowaccessmodification
2-keep,allowoptimization,allowaccessmodification class com.android.bluetooth.** { *; }
3
4# Required to support APIs only referenced indirectly via tests.
5-keep class android.support.v4.media.MediaMetadataCompat { *; }
6-keep class android.support.v4.media.MediaBrowserCompat$MediaItem { *; }
7-keep class android.support.v4.media.MediaDescriptionCompat { *; }
8
9# Required for tests that use Mockito's thenThrow with checked exceptions.
10-keepattributes Exceptions
11
12# Minimal set of keep rules for mocked methods with checked exceptions.
13# This can be relaxed to specific packages if that simplifies testing.
14# See also https://r8.googlesource.com/r8/+/refs/heads/master/compatibility-faq.md#r8-full-mode.
15-keepclassmembers,allowshrinking,allowoptimization,allowobfuscation,allowaccessmodification class com.android.bluetooth.BluetoothMethodProxy { public <methods>; }
16-keepclassmembers,allowshrinking,allowoptimization,allowobfuscation,allowaccessmodification class com.android.obex.Operation { public <methods>; }
17