Sign in
android
/
platform
/
frameworks
/
support
/
718dc301684d588a9e8b7b1082f20b4c96949d2a
/
.
/
work
/
work-multiprocess
/
proguard-rules.pro
blob: 40111ea764b7c2396df7d8c9078cc6d5853baf3c [
file
] [
log
] [
blame
]
# This is necessary so that RemoteWorkManager can be initialized (also marked with @Keep)
-
keep
class
androidx
.
work
.
multiprocess
.
RemoteWorkManagerClient
{
public
<init>
(...);
}