aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent <valodim@mugenguild.com>2015-09-29 12:41:58 +0200
committerVincent <valodim@mugenguild.com>2015-09-29 12:41:58 +0200
commit07d6eccdf1a9a5c8943cae37355d12bfd38d721c (patch)
tree041c50e4a5c71cf7f276772ae07b23210466ee19
parent4308f1c61011a165ec10624eadef9f690a2f6db0 (diff)
downloadopenpgp-api-07d6eccdf1a9a5c8943cae37355d12bfd38d721c.tar.gz
openpgp-api-07d6eccdf1a9a5c8943cae37355d12bfd38d721c.tar.bz2
openpgp-api-07d6eccdf1a9a5c8943cae37355d12bfd38d721c.zip
add note about debug package name
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index d6e493c..c5061c4 100644
--- a/README.md
+++ b/README.md
@@ -173,3 +173,4 @@ Intent result = api.executeApi(data, is, os);
connects to OpenKeychain directly.
If you want to let the user choose between OpenPGP providers, you can implement the [``OpenPgpAppPreference.java``](https://github.com/open-keychain/openpgp-api/tree/master/openpgp-api/src/main/java/org/openintents/openpgp/util/OpenPgpAppPreference.java) like done in the example app.
+* To enable installing a debug and release version at the same time, the `debug` build of OpenKeychain uses `org.sufficientlysecure.keychain.debug` as a package name. Make sure you connect to the right one during development!