shift-shell/kded/autodetectapn/android/README.md
Devin Lin 0e280a94ca kded/autodetectapn: Add background service to automatically add APN connections
We use the Android APN list here in order to determine the APN settings from SIM information.

Fixes https://invent.kde.org/plasma/plasma-mobile/-/issues/285

Address feedback
2024-02-23 15:35:31 +00:00

17 lines
598 B
Markdown

<!--
- SPDX-FileCopyrightText: None
- SPDX-License-Identifier: CC0-1.0
-->
# APN Autodetection list
`apns-full-conf.xml` is taken straight from the Android source code [here](https://android.googlesource.com/device/sample/+/master/etc/apns-full-conf.xml), 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.