GK_
GK_

Reputation: 1212

com.android.internal.telephony error

I have been learning "Sim Toolkit" in android. I had imported the sample project from this link.

But this file needs another import of "com.android.internal.telephony.cat". i couldn't find any jar files or libraries. When i tried to import code of packages from this link

Im not able to done it. Help me to fix this friends.

Thanks in advance.

Upvotes: 0

Views: 913

Answers (1)

ChuongPham
ChuongPham

Reputation: 4801

You can't.

It's a hidden library and not part of Android public SDK.

In future, go to this link and search for Android Java packages, method names, etc. If the result returned is not what you searched for, then it's not part of the Android public SDK available to developers.

Or, you can just download the Android source codes via the Android SDK Manager and manually search for what you want.

Upvotes: 1

Related Questions