From 07d6eccdf1a9a5c8943cae37355d12bfd38d721c Mon Sep 17 00:00:00 2001 From: Vincent Date: Tue, 29 Sep 2015 12:41:58 +0200 Subject: add note about debug package name --- README.md | 1 + 1 file changed, 1 insertion(+) 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! -- cgit v1.2.3