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