Give room to register NFC adapter for payment service

When NFC service is created, it binds to a default payment
service. Then the payment service fails to get NfcAdapter
instance if the service process is created before NFC is
registered to service manager.

On the other hand, CardEmulationManager instance should be
created before service registeration in order to ensure
providing CardEmulation interface.

Therefore, delay calling bindService for payment service to
ensure that NFC service is ready.

Test: Repeat reboot with a state the payment service is installed
Bug: 110962010
Change-Id: I694b592d6ce2a2fe6c2fffc6b62877588993dc7f
1 file changed