enable android PhoneaAccount after telecomManager.

2019-07-05 05:33发布

问题:

I've managed to register a new PhoneAccount without exceptions or errors and I get the "Calling Account settings" activity. However, I can't see my PhoneAccount anywhere so I can't enable it.

My TelecomManager seems to have the phoneAccount, because I can get it with getPhoneAccount(PhoneAccountHandle).

I don't know what the problem is. Any ideas?