fix mistake in README

This commit is contained in:
Simon Morlat 2016-02-10 17:28:44 +01:00
parent 3a2fcea647
commit d6e6972a59

2
README
View file

@ -42,7 +42,7 @@ To create an apk with a different package name
You need to edit the custom_rules.xml file: You need to edit the custom_rules.xml file:
1) look for the property named "linphone.package.name" and change it value accordingly 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 <!-- Change package ! --> appears 2) also update the values in the AndroidManifest file where the comment <!-- Change package ! --> 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 <!-- Change package ! --> 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 <!-- Change package ! --> appears
4) run again the Makefile script by calling "make" 4) run again the Makefile script by calling "make"
To run the liblinphone test suite on android To run the liblinphone test suite on android