1# The support library contains references to newer platform versions. 2# Don't warn about those in case this app is linking against an older 3# platform version. We know about them, and they are safe. 4 5-keep class androidx.preference.Preference* { 6 *; 7} 8-dontwarn androidx.core.** 9 10# Keep classes that implements RoleBehavior, which are used by reflection. 11-keep class * implements com.android.packageinstaller.role.model.RoleBehavior { 12 *; 13} 14