Sign in
android
/
platform
/
frameworks
/
support
/
3790b9da5cbe908c04e326a9923332761792392a
/
.
/
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>
(...);
}