Brinly Taylor fa5fdd6771 sensitive_pn: Add more numbers from the Netherlands
* 08002000 (national institute 'Veilig thuis' that offers help to domestic violence victims: https://www.vooreenveiligthuis.nl/ )
* 09009999001 (national institute 'Hulplijn Seksueel Misbruik' that offers help to victims of sexual assault: https://www.verbreekdestilte.nl/ )
* 08000432 (national institute 'Kindertelefoon' that offers help to children and teenagers under abuse: https://www.kindertelefoon.nl/ )
* 09000101 (national institute 'Slachtofferhulp Nederland' that also offers help to victims of the above and other crimes: https://www.slachtofferhulp.nl/ )

Author wishes to remain anonymous, so submitting here on behalf of them.

* Source:  https://www.rijksoverheid.nl/onderwerpen/huiselijk-geweld/vraag-en-antwoord/wat-moet-ik-doen-bij-huiselijk-geweld

Change-Id: Icc91ebfacc2f3c4265db0d35a1ccb90efe42b125
2017-06-06 10:12:19 +10:00
2017-04-09 00:43:57 -05:00
2017-04-05 10:40:52 -05:00
2016-12-28 19:44:28 +00:00
2016-12-28 19:44:28 +00:00
2016-12-28 19:44:28 +00:00

LineageOS
===========

Submitting Patches
------------------
Patches are always welcome!  Please submit your patches via LineageOS Gerrit!
You can do this by using these commands:

    (From root android directory)
    . build/envsetup.sh
    (Go to repo you are patching, make your changes and commit)
    cmgerrit <for(new)/changes(patch set)> <branch/change-id> 

    repo start cm-14.1 .
    (Make your changes and commit)
    repo upload .
Note: "." meaning current directory
For more help on using this tool, use this command: repo help upload

Make your changes and commit with a detailed message, starting with what you are working with (i.e. vision: Update Kernel)
Commit your patches in a single commit. Squash multiple commit using this command: git rebase -i HEAD~<# of commits>

To view the status of your and others' patches, visit [LineageOS Code Review](http://review.lineageos.org/)


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 cm-14.1

Then to sync up:

    repo sync

Please see the [LineageOS Wiki](http://wiki.lineageos.org/) for building instructions, by device.

For more information on this Github Organization and how it is structured, 
please [read the wiki article](http://wiki.lineageos.org/w/Github_Organization)

Buildbot
--------

All supported devices are built nightly and periodically as changes are committed to ensure the source trees remain buildable.

You can view the current build statuses in the [Jenkins](http://jenkins.lineageos.org) tool.
Description
No description provided
Readme 780 MiB
Languages
CSS 27.1%
Makefile 21.2%
JavaScript 19.4%
Shell 15.5%
Python 8.5%
Other 8.3%