Browse Source

Add FAQ for number removals (#1720)

* Add FAQ for number removals

Someone reported this recently and filing through Issue Tracker will anonymize the report.

* clarify example number usage
pull/1728/head
Mike 9 years ago
committed by GitHub
parent
commit
de23967b7e
1 changed files with 11 additions and 0 deletions
  1. +11
    -0
      FAQ.md

+ 11
- 0
FAQ.md View File

@ -398,3 +398,14 @@ group](https://groups.google.com/group/libphonenumber-discuss):
readdir instead of readdir_r readdir instead of readdir_r
* [#1555](https://github.com/googlei18n/libphonenumber/issues/1555) to allow * [#1555](https://github.com/googlei18n/libphonenumber/issues/1555) to allow
Windows to build cpp library with pthreads for multi-threading Windows to build cpp library with pthreads for multi-threading
### How to remove a specific example number?
We supply example numbers as part of the library API. While we aim to have numbers
that are either explicitly allocated by the country as a test number, or look
fictitious (e.g. 1234567) we also need these numbers to validate correctly.
This means we sometimes have numbers that do connect to a real person.
If we by chance have actually listed your real number and would like it removed,
please report this through Google's new [Issue Tracker](http://issuetracker.google.com/issues/new?component=192347).
Only our internal team will have access to your identity (whereas GitHub usernames are public).

Loading…
Cancel
Save