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.
16 lines
724 B
16 lines
724 B
# It is not an error that these classes are referenced in
|
|
# AndriodManifest.xml, but not present in Android master. They are
|
|
# present in the Android for Chrome OS branch, and kept here to
|
|
# minimize merge conflicts in AndroidManifest.xml.
|
|
-dontwarn com.android.managedprovisioning.provisioning.SilentDeviceOwnerProvisioningService
|
|
-dontwarn com.android.managedprovisioning.provisioning.SilentDeviceOwnerProvisioningReceiver
|
|
-keep public class com.android.managedprovisioning.ScreenManager {
|
|
public protected *;
|
|
}
|
|
-keep public class com.android.managedprovisioning.ManagedProvisioningBaseApplication {
|
|
public protected *;
|
|
}
|
|
-keep public class com.android.managedprovisioning.common.HomogenousBiMap {
|
|
public *;
|
|
}
|