Android Developers

Articles on modern tools and resources to help you build experiences that people love, faster and easier, across every Android device.

Follow publication

Android Developers
Android Developers

Published in Android Developers

Articles on modern tools and resources to help you build experiences that people love, faster and easier, across every Android device.

Ben Weiss
Ben Weiss

Written by Ben Weiss

#Android Developer Relations @ Google

Responses (7)

Write a response

1) It's setDefaultProcessName not setProcessName
2) this implementation will not work unless you also set your remote process name to RemoteWorkManagerService and SystemJobService in your Manifest:
<service
android:name="androidx.work.multiprocess.Remot…

1

This is because SQLite contention can be vastly reduced (because we no longer rely on file based locks)

But SQLlite doesn't support multiprocess