From a69f2653600a6dd983ccab4aa52a7edb639d004c Mon Sep 17 00:00:00 2001 From: Chaitanya Pramod Date: Thu, 12 Oct 2017 20:26:42 +0530 Subject: [PATCH] Add link to android-optimized port (#1961) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 7ac1fa553..82741c8dd 100644 --- a/README.md +++ b/README.md @@ -217,6 +217,11 @@ However, we emphasize that these ports are by developers outside the libphonenumber project. We do not evaluate their quality or influence their maintenance processes. +* Android: Java version of libphonenumber can be used on Android as is. + https://github.com/MichaelRocks/libphonenumber-android is a repackaged + port optimized for Android by using `AssetManager#open()` instead of + `Class#getResourcesAsStream()` to load metadata. See [FAQ](https://github.com/googlei18n/libphonenumber/blob/master/FAQ.md#optimize-loads) + for why this is better * C#: https://github.com/twcclegg/libphonenumber-csharp * Javascript: If you don't want to use our version, which depends on Closure, there are several other options, including