“Ice Cream Sandwich” and WRITE_APN_SETTINGS

我与影子孤独终老i 提交于 2019-11-28 04:11:35

问题


Does anybody know how to write app for "Ice Cream Sandwich" using WRITE_APN_SETTINGS permission ? WRITE_APN_SETTINGS is now ignored in ICS and code touching APNs fails.


回答1:


Yes, Google high handedly decided to remove this. No dialogue comes up for confirmation, they simply make it fail. Thanks for acting like Apple! This ruins the user experience for users of non standard APNs (I'm on giffgaff which Google decided not to put on the official ICS list, once again, thanks). So I had to enter all the settings by hand. Think of all the users who simply wouldn't have a clue, this is insane.

You might like to make your feelings known to Google.

http://code.google.com/p/android/issues/detail?id=24227&can=1&q=WRITE_APN_SETTINGS&colspec=ID%20Type%20Status%20Owner%20Summary%20Stars

http://code.google.com/p/android/issues/detail?id=29264&can=1&q=WRITE_APN_SETTINGS&colspec=ID%20Type%20Status%20Owner%20Summary%20Stars




回答2:


Any of your favorite APN apps will work on ICS so long as you can set it as a system app. I use APN Manager Pro which is recognized by ICS as a 3rd party app, but after setting it up as a system app, I was able to write APN settings. Problem is in some cases MMS still will not work.

The key is to develop or install any APN editor as a system app.



来源:https://stackoverflow.com/questions/8714964/ice-cream-sandwich-and-write-apn-settings

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!