You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
381 B
8 lines
381 B
-allowaccessmodification
|
|
-keep,allowoptimization,allowaccessmodification class com.android.bluetooth.** { *; }
|
|
|
|
# Required to support APIs only referenced indirectly via tests.
|
|
-keep class android.support.v4.media.MediaMetadataCompat { *; }
|
|
-keep class android.support.v4.media.MediaBrowserCompat$MediaItem { *; }
|
|
-keep class android.support.v4.media.MediaDescriptionCompat { *; }
|