From d6e6972a5981b0bd9a6a28f560b88194e401e22f Mon Sep 17 00:00:00 2001 From: Simon Morlat Date: Wed, 10 Feb 2016 17:28:44 +0100 Subject: [PATCH] fix mistake in README --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 53287b4dc..eeee2734a 100644 --- a/README +++ b/README @@ -42,7 +42,7 @@ To create an apk with a different package name You need to edit the custom_rules.xml file: 1) look for the property named "linphone.package.name" and change it value accordingly 2) also update the values in the AndroidManifest file where the comment appears -3) change the package name also in the files: res/xml/syncadapter.xml, res/xml/contacts.xml and res/xml/non_localizable_custom where appears +3) change the package name also in the files: res/xml/syncadapter.xml, res/xml/contacts.xml and res/values/non_localizable_custom where appears 4) run again the Makefile script by calling "make" To run the liblinphone test suite on android