error:
The com.android.internal.telephony.Phone can not be resolved.
The com.android.internal.telephony.PhoneFactory can not be resolved.
But some other packages can be imported. I don't know why. I think all
this packages should be included in the SDK.
Can any one tell me where I am getting wrong?
Thanks.
Nio
Jeff Hamilton
unread,
Apr 20, 2009, 11:02:38 AM4/20/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to android-...@googlegroups.com
But Jeff, what should I do if I have to call the function invokeOemRilRequestStrings()? There is not method can do that in the class of telephonymanager?
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to android-...@googlegroups.com
That functionality isn't exposed through the SDK. Presumably if you need to call invokOemRilRequestStrings() you're writing code as an OEM and don't need to confine yourself to the SDK.
-Jeff
Daliang Luo
unread,
Apr 21, 2009, 11:01:36 AM4/21/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to android-...@googlegroups.com
Thanks Jeff, I see. So it should be fine if I call this in the PhoneApp.java, i.e. any apps within Android are not confined to this.