1682f8a76343584d867ebcfcc729efad4665af2f
This fixes BUGBASH-2328 for Portuguese carrier NOS (mcc="268" mnc="03"). This is an ugly workaround since you can't edit the APN definition anymore: if you try to save an APN with type dun, you get the error message: "Carrier does not allow adding APNs of type dun." But it's working. Since the preinstalled APNs does not need to be edited and this doesn't break anything else for this carrier, this is acceptable. Thanx to tfae@xda. Change-Id: Ic81a9549bf9610805e68b9be56c811b008cbdacb
LineageOS =========== Getting started --------------- To get started with Android/LineageOS, you'll need to get familiar with [Repo](https://source.android.com/source/using-repo.html) and [Version Control with Git](https://source.android.com/source/version-control.html). To initialize your local repository using the LineageOS trees, use a command like this: ``` repo init -u git://github.com/LineageOS/android.git -b lineage-16.0 ``` Then to sync up: ``` repo sync ``` Please see the [LineageOS Wiki](https://wiki.lineageos.org/) for building instructions, by device. Submitting patches ------------------ Patches are always welcome! Please submit your patches via LineageOS Gerrit! Simply follow our guide on [how to submit patches](https://wiki.lineageos.org/submitting-patch-howto.html). To view the status of your and others' patches, visit [LineageOS Gerrit Code Review](https://review.lineageos.org/). Buildbot -------- All supported devices are built weekly and periodically as changes are committed to ensure the source trees remain buildable. You can view the current build statuses at [LineageOS Jenkins](https://jenkins.lineageos.org/). Builds produced weekly by the buildbot can be downloaded from [LineageOS downloads](https://download.lineageos.org/).
Description
Languages
CSS
27.1%
Makefile
21.2%
JavaScript
19.4%
Shell
15.5%
Python
8.5%
Other
8.3%