With a standard single-user (Owner) setup with sandboxed Play Services installed, can I control which apps actually can register for FCM push notifications? Or is the only way to run them with a separate user without Play Services installed?
There is a "Notifications" permission, but I wasn't sure if disabling that means push messages will still be sent to my phone from Google and simply ignored by the app.
My use case is I want Signal to use its fallback websocket notifications rather than leak the timestamp of all incoming messages to Google via FCM. And I'd prefer not have to switch between Android users.