android - Change carrier provider programmatically -


is there way change carrier provider programmatically?

the manual set in stock "settings" application falling automatic selection of carrier if connection lost, want make app allows user specify his/her "wished" provider , auto connects chosen one, if not possible.

so far found "getters" https://developer.android.com/reference/android/telephony/carrierconfigmanager.html ,but not setting methods carrier specific stuff.


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -