in Android code, It is a very strange concept to define the APN type
(APN_TYPE_MMS).
The reason are:
1) APN only is an access pointer, it haven't any special attribute
for
MMS or other things.
2) Only Application care the APN name, since different APN will
provide different service from operator. for example, operation may
provide Email/MMS/GPS/.... service on different APN.
3) Android only define one type APN_TYPE_MMS, this will limit other
top application usage.
Any one can answer me why Android design this way?
If google have strong reason for such design, I hope add other user
defined type like
APN_TYPE_USER1
APN_TYPE_USER2
then top application can set his property to use its APN other than
APN_TYPE_MMS
Regards
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"android-framework" group.
To post to this group, send email to android-framework@googlegroups.com
To unsubscribe from this group, send email to 
android-framework+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/android-framework?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to