shift-shell/kded/autodetectapn/android
2024-07-26 23:47:44 -04:00
..
apns-full-conf.xml kded/autodetectapn: Add background service to automatically add APN connections 2024-02-23 15:35:31 +00:00
README.md Remove trailing whitespace 2024-07-26 23:47:44 -04:00

APN Autodetection list

apns-full-conf.xml is taken straight from the Android source code here, which is where carriers add their APN information for Android to autodetect it.

Steps to sync with upstream

Download the file:

curl "https://android.googlesource.com/device/sample/+/master/etc/apns-full-conf.xml?format=TEXT" | base64 --decode > apns-full-conf.xml

Then ensure the SPDX license headers are added appropriately.