whiskey1217 / apndroid

Automatically exported from code.google.com/p/apndroid
0 stars 0 forks source link

Handling multiple APN types in one line #103

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I only have one APN and the APN type line looks like this:

default,supl,mms

which becomes

default,supl,mmsapndroid

when activated. Which means only mms gets disabled.

Expected result would be to append apndroid to all comma separated types:

defaultapndroid,suplapndroid,mmsapndroid

And if keep MMS enabled is checked then do not append apndroid to mms:

defaultapndroid,suplapndroid,mms

Otherwise happy user of APNDroid Pro.

Original issue reported on code.google.com by al...@simplefitness.dk on 24 Oct 2011 at 7:58

GoogleCodeExporter commented 8 years ago
This is fixed in code already and will be part of new release, that is not 
scheduled yet.

Original comment by martin.adamek on 24 Oct 2011 at 10:06