Android p preview 1
Actually wrap with 1.1 IServiceManager binder object.

So unregisterForNotifications works.

We have tests that pass, but the reason they pass is that
they retrieve the servicemanager in a different way - not
by calling defaultServiceManager() (which returns the special
node 0), but by calling IServiceManager::getService(). We
should consider removing the line that adds servicemanager
to itself.

Bug: 73121807
Test: unregisterForNotifications() works
Change-Id: Ib228b7634e9dd9e20ba23f9b7bbc1bf5f1a59866
1 file changed