Some items in you applications you want to do some action only when there is 3G network (like video streaming upload or video calling.) So how to detect that phone has 3G network.
TBool isSupported = CFeatureDiscovery:: IsFeatureSupportedL (KFeatureIdProtocolWcdma);
if (isSupported)
{
// activate the service
}
3 comments:
Hi Sir
i found this code on your blog.
its for deleting a perticular entry from the call logs.
but i dont know how to use it.
can you please guide me..??
http://wiki.forum.nokia.com/index.php/How_to_delete_last_dialed_number_from_call_logs
Thanks for sharing this useful info.keep updating same way.
Cheers,
Ramesh Roy
IPhone Application Development Company
Nice blog to reading thanks for sharing such useful information this is very helpful for students who learn Mobile Application Development.And keep continue to sharing useful information for us.
Post a Comment